[DOC] Fix capitalization in NEWS.md

This commit is contained in:
Peter Zhu 2024-12-02 14:48:49 -05:00
parent fd217d475d
commit 05346b19b9

View File

@ -292,7 +292,7 @@ details of the default gems or bundled gems.
* An experimental GC module is provided based on MMTk. Configure Ruby * An experimental GC module is provided based on MMTk. Configure Ruby
`--with-shared-gc`, build as normal, then build the GC library: `make `--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. requires a working Rust compiler, and Cargo on the build machine.
[[Feature #20860]] [[Feature #20860]]