mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Fix to GC.config docs
This commit is contained in:
parent
07724d7b6f
commit
aa360c3bee
Notes:
git
2024-12-20 19:52:11 +00:00
1 changed files with 1 additions and 1 deletions
2
gc.rb
2
gc.rb
|
@ -280,7 +280,7 @@ module GC
|
||||||
#
|
#
|
||||||
# The <code>GC.config</code> hash can also contain keys that are global and
|
# 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
|
# 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:
|
# There is currently only one global, read-only key:
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue