diff options
author | Masataka Pocke Kuwabara <[email protected]> | 2019-08-18 15:39:19 +0900 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2019-08-18 15:39:19 +0900 |
commit | 6b42b0c60ce51cc8228892e6a99c83fefb19f131 (patch) | |
tree | 9d879dbe3d69e9260601487c3e0f260406ab28b6 /gc.c | |
parent | d3da1d57d3c184298b7f6fb5083a39bd22cc9a4f (diff) |
Fix document of `GC.start` (#2382)
Diffstat (limited to 'gc.c')
-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: * |