Skip to content

Commit

Permalink
[DOC] Fix to GC.config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eightbitraptor committed Dec 20, 2024
1 parent 07724d7 commit a656a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def self.stat_heap heap_name = nil, hash_or_key = nil
#
# The <code>GC.config</code> hash can also contain keys that are global and
# read-only. These keys are not specific to any one \GC library implementation
# and attempting to read them will raise +ArgumentError+.
# and attempting to write to them will raise +ArgumentError+.
#
# There is currently only one global, read-only key:
#
Expand Down

0 comments on commit a656a55

Please sign in to comment.