From 05346b19b994eb254c5144d168197f2a5eb0ba76 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Mon, 2 Dec 2024 14:48:49 -0500 Subject: [PATCH] [DOC] Fix capitalization in NEWS.md --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]]