aboutsummaryrefslogtreecommitdiffstats
path: root/gc.rb
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2022-12-20 15:07:11 -0500
committerPeter Zhu <peter@peterzhu.ca>2022-12-20 15:07:11 -0500
commit790b3f7bbde1e1c9594c12e8d8ed8ae9718148f7 (patch)
tree4b10613aefaec30cfd8bdf45e1f85578cb9c3348 /gc.rb
parentae53986834d5220b779ed01bfa7e3f15a3f9b58f (diff)
downloadruby-790b3f7bbde1e1c9594c12e8d8ed8ae9718148f7.tar.gz
[DOC] Fix formatting for GC#latest_gc_info
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 8af36e0cb8..2fbef475e0 100644
--- a/gc.rb
+++ b/gc.rb
@@ -223,7 +223,7 @@ module GC
# GC.latest_gc_info(hash) -> hash
# GC.latest_gc_info(:major_by) -> :malloc
#
- # Returns information about the most recent garbage collection.
+ # Returns information about the most recent garbage collection.
#
# If the optional argument, hash, is given,
# it is overwritten and returned.