diff options
author | 2023-09-08 18:32:15 +0200 | |
---|---|---|
committer | 2023-09-08 09:32:15 -0700 | |
commit | 189f0f7c369e5391e6f09ce7d2c8fa5b59cc01d6 (patch) | |
tree | 3915b4b9505164a837ac75babd2721bd2553b7b6 | |
parent | a05a1780c1c414a4b499f051b64760bf39701ff0 (diff) | |
download | bun-189f0f7c369e5391e6f09ce7d2c8fa5b59cc01d6.tar.gz bun-189f0f7c369e5391e6f09ce7d2c8fa5b59cc01d6.tar.zst bun-189f0f7c369e5391e6f09ce7d2c8fa5b59cc01d6.zip |
Update development.md (#4578)
-rw-r--r-- | docs/project/development.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/project/development.md b/docs/project/development.md index 6eb74f0da..987448237 100644 --- a/docs/project/development.md +++ b/docs/project/development.md @@ -192,7 +192,7 @@ Bun uses a series of make commands to rebuild parts of the codebase. The general --- - Code using `cppFn`/`JSC.markBinding` -- `make headers` (TODO: explain explain what this is used for and why it's useful) +- `make headers` (TODO: explain what this is used for and why it's useful) {% /table %} |