From aa360c3bee359f456d2f72dfa1bc9767074587ae Mon Sep 17 00:00:00 2001 From: Matt Valentine-House Date: Fri, 20 Dec 2024 19:48:12 +0000 Subject: [PATCH] [DOC] Fix to GC.config docs --- gc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 GC.config 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: #