summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.rb b/gc.rb
index 68c5447419..0e6955d577 100644
--- a/gc.rb
+++ b/gc.rb
@@ -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:
#