diff options
author | Matt Valentine-House <[email protected]> | 2024-12-20 19:48:12 +0000 |
---|---|---|
committer | Matt Valentine-House <[email protected]> | 2024-12-20 19:51:53 +0000 |
commit | aa360c3bee359f456d2f72dfa1bc9767074587ae (patch) | |
tree | 098546dd157357256e946b13485a9d8ea86d29e6 | |
parent | 07724d7b6f96f3758c64d7cede3c72b5b317e41e (diff) |
[DOC] Fix to GC.config docs
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12415
-rw-r--r-- | gc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -280,7 +280,7 @@ module GC # # 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: # |