Docs: Fix small glitch in GC

This commit is contained in:
zverok 2022-12-21 21:52:55 +02:00 committed by Victor Shepelev
parent 64cdf1936a
commit 5c04ff944e
Notes: git 2022-12-23 16:10:09 +00:00

2
gc.rb
View File

@ -218,7 +218,7 @@ module GC
Primitive.gc_stat_heap heap_name, hash_or_key Primitive.gc_stat_heap heap_name, hash_or_key
end end
# call-seq: # call-seq:
# GC.latest_gc_info -> hash # GC.latest_gc_info -> hash
# GC.latest_gc_info(hash) -> hash # GC.latest_gc_info(hash) -> hash
# GC.latest_gc_info(:major_by) -> :malloc # GC.latest_gc_info(:major_by) -> :malloc