diff options
author | 2023-02-08 21:46:53 -0800 | |
---|---|---|
committer | 2023-02-08 21:46:53 -0800 | |
commit | a2afb252bf9986ba6b3fc4b2edaaf5d9ecfe13c2 (patch) | |
tree | 9a4f002432611917f9f3e9e6c50912332f5b0172 | |
parent | abb89f489fd84619432a4895bc23c0e0b0cd73d6 (diff) | |
download | bun-a2afb252bf9986ba6b3fc4b2edaaf5d9ecfe13c2.tar.gz bun-a2afb252bf9986ba6b3fc4b2edaaf5d9ecfe13c2.tar.zst bun-a2afb252bf9986ba6b3fc4b2edaaf5d9ecfe13c2.zip |
Update CONTRIBUTING.md
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 65e88ae4d..19f7dcff7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,7 +63,7 @@ TODO: fill this out (for now, use `JSValue.toSlice()` in most cases) #### JavaScriptCore C API -Do not copy from examples leveraging the JavaScriptCore C API. Please do use this in new code. We will not accept PRs that add new code that uses the JavaScriptCore C API. +Do not copy from examples leveraging the JavaScriptCore C API. Please do not use this in new code. We will not accept PRs that add new code that uses the JavaScriptCore C API. ## Testing |