Skip to content

Commit aa360c3

Browse files
[DOC] Fix to GC.config docs
1 parent 07724d7 commit aa360c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def self.stat_heap heap_name = nil, hash_or_key = nil
280280
#
281281
# The <code>GC.config</code> hash can also contain keys that are global and
282282
# read-only. These keys are not specific to any one \GC library implementation
283-
# and attempting to read them will raise +ArgumentError+.
283+
# and attempting to write to them will raise +ArgumentError+.
284284
#
285285
# There is currently only one global, read-only key:
286286
#

0 commit comments

Comments
 (0)