From 6b42b0c60ce51cc8228892e6a99c83fefb19f131 Mon Sep 17 00:00:00 2001 From: Masataka Pocke Kuwabara Date: Sun, 18 Aug 2019 15:39:19 +0900 Subject: Fix document of `GC.start` (#2382) --- gc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: * -- cgit v1.2.1