diff options
-rw-r--r-- | gc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: * |