[DOC] Fix description comment typo
This commit is contained in:
parent
0e34a883bc
commit
abd1b700d2
Notes:
git
2025-02-12 23:53:20 +00:00
Merged: https://github.com/ruby/ruby/pull/12736 Merged-By: nobu <nobu@ruby-lang.org>
2
gc.rb
2
gc.rb
@ -307,7 +307,7 @@ module GC
|
||||
#
|
||||
# A flag will be set to notify that a full mark has been
|
||||
# requested. This flag is accessible using
|
||||
# <code>GC.latest_gc_info(:needs_major_by)</code>
|
||||
# <code>GC.latest_gc_info(:need_major_by)</code>
|
||||
#
|
||||
# The user can trigger a major collection at any time using
|
||||
# <code>GC.start(full_mark: true)</code>
|
||||
|
Loading…
x
Reference in New Issue
Block a user