[DOC] Fix description comment typo

This commit is contained in:
Serg Tyatin 2025-02-12 23:53:02 +00:00 committed by GitHub
parent 0e34a883bc
commit abd1b700d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
View File

@ -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>