summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
authorMasataka Pocke Kuwabara <kuwabara@pocke.me>2019-08-18 15:39:19 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-08-18 15:39:19 +0900
commit6b42b0c60ce51cc8228892e6a99c83fefb19f131 (patch)
tree9d879dbe3d69e9260601487c3e0f260406ab28b6 /gc.c
parentd3da1d57d3c184298b7f6fb5083a39bd22cc9a4f (diff)
Fix document of `GC.start` (#2382)
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index c957c40fac..f9b57423c1 100644
--- a/gc.c
+++ b/gc.c
@@ -7279,7 +7279,7 @@ garbage_collect_with_gvl(rb_objspace_t *objspace, int reason)
* ObjectSpace.garbage_collect(full_mark: true, immediate_sweep: true) -> nil
* include GC; garbage_collect(full_mark: true, immediate_sweep: true) -> nil
*
- * Initiates garbage collection, unless manually disabled.
+ * Initiates garbage collection, even if manually disabled.
*
* This method is defined with keyword arguments that default to true:
*