summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Zhu <[email protected]>2022-12-20 15:07:11 -0500
committerPeter Zhu <[email protected]>2022-12-20 15:07:11 -0500
commit790b3f7bbde1e1c9594c12e8d8ed8ae9718148f7 ()
tree4b10613aefaec30cfd8bdf45e1f85578cb9c3348
parentae53986834d5220b779ed01bfa7e3f15a3f9b58f (diff)
[DOC] Fix formatting for GC#latest_gc_info
-rw-r--r--gc.rb2
1 files changed, 1 insertions, 1 deletions
@@ -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.
#
# If the optional argument, hash, is given,
# it is overwritten and returned.