Skip to content

Commit abd1b70

Browse files
authored
[DOC] Fix description comment typo
1 parent 0e34a88 commit abd1b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: gc.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def self.stat_heap heap_name = nil, hash_or_key = nil
307307
#
308308
# A flag will be set to notify that a full mark has been
309309
# requested. This flag is accessible using
310-
# <code>GC.latest_gc_info(:needs_major_by)</code>
310+
# <code>GC.latest_gc_info(:need_major_by)</code>
311311
#
312312
# The user can trigger a major collection at any time using
313313
# <code>GC.start(full_mark: true)</code>

0 commit comments

Comments
 (0)