summaryrefslogtreecommitdiff
path: root/gc.rb
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2023-08-14 14:04:39 -0400
committerPeter Zhu <peter@peterzhu.ca>2023-08-15 08:54:27 -0400
commit300bc145892488b91f10438f06fe75d03809424c (patch)
tree71eb36c85fd53c1f3a60cc550871fd2a82f485c0 /gc.rb
parenta11b90774592ccac72eda0f2a8f1a1e5cc3e4fc6 (diff)
[DOC] Improve some GC docs
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/8219
Diffstat (limited to 'gc.rb')
-rw-r--r--gc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.rb b/gc.rb
index dd4fb6c274..cbb5daf654 100644
--- a/gc.rb
+++ b/gc.rb
@@ -1,6 +1,6 @@
# for gc.c
-# The GC module provides an interface to Ruby's mark and
+# The \GC module provides an interface to Ruby's mark and
# sweep garbage collection mechanism.
#
# Some of the underlying methods are also available via the ObjectSpace