mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Fix formatting for GC#latest_gc_info
This commit is contained in:
parent
ae53986834
commit
790b3f7bbd
1 changed files with 1 additions and 1 deletions
2
gc.rb
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue