[DOC] Fix formatting for GC#latest_gc_info

This commit is contained in:
Peter Zhu 2022-12-20 15:07:11 -05:00
Родитель ae53986834
Коммит 790b3f7bbd
1 изменённых файлов: 1 добавлений и 1 удалений

2
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.