summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Zhu <[email protected]>2024-12-02 14:48:49 -0500
committerPeter Zhu <[email protected]>2024-12-02 14:48:49 -0500
commit05346b19b994eb254c5144d168197f2a5eb0ba76 (patch)
tree3bd1c838d9004c8e800e43102c6528e7ed8cd03d
parentfd217d475d885d02e526deef644d552cdec28b13 (diff)
[DOC] Fix capitalization in NEWS.md
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 238ea90435..54c28e52d1 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -292,7 +292,7 @@ details of the default gems or bundled gems.
* An experimental GC module is provided based on MMTk. Configure Ruby
`--with-shared-gc`, build as normal, then build the GC library: `make
- shared-gc SHARED_GC=mmtk`. enable with `RUBY_GC_LIBRARY=mmtk`. This
+ shared-gc SHARED_GC=mmtk`. Enable with `RUBY_GC_LIBRARY=mmtk`. This
requires a working Rust compiler, and Cargo on the build machine.
[[Feature #20860]]