mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix call-seq of GC.verify_compaction_references [ci skip]
This commit is contained in:
parent
bc8f28fbd0
commit
0b2c7473dd
1 changed files with 1 additions and 1 deletions
2
gc.rb
2
gc.rb
|
@ -168,7 +168,7 @@ module GC
|
|||
end
|
||||
|
||||
# call-seq:
|
||||
# GC.verify_compaction_references(toward: nil, double_heap: nil) -> nil
|
||||
# GC.verify_compaction_references(toward: nil, double_heap: false) -> hash
|
||||
#
|
||||
# Verify compaction reference consistency.
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue