diff options
author | 2022-07-11 19:33:03 -0300 | |
---|---|---|
committer | 2022-07-12 00:33:03 +0200 | |
commit | ede75768994ba31fffaf14510a0586d5e9cbe423 (patch) | |
tree | cf941b2e3b03be473dbce1dbf1a93da25cec200d | |
parent | 299c61896e5601ee7378abcb776314d4f35516d0 (diff) | |
download | bun-ede75768994ba31fffaf14510a0586d5e9cbe423.tar.gz bun-ede75768994ba31fffaf14510a0586d5e9cbe423.tar.zst bun-ede75768994ba31fffaf14510a0586d5e9cbe423.zip |
chore(docs): add comma (#580)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2510,7 +2510,7 @@ As measured in [this simple benchmark](./bench/ffi/plus100) Bun generates & just-in-time compiles C bindings that efficiently convert values between JavaScript types and native types. -To compile C, Bun embeds [TinyCC](https://github.com/TinyCC/tinycc) a small and fast C compiler. +To compile C, Bun embeds [TinyCC](https://github.com/TinyCC/tinycc), a small and fast C compiler. </details> |