diff options
Diffstat (limited to 'ext/coverage')
-rw-r--r-- | ext/coverage/coverage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/coverage/coverage.c b/ext/coverage/coverage.c index f948f62307..3dc2490d40 100644 --- a/ext/coverage/coverage.c +++ b/ext/coverage/coverage.c @@ -348,7 +348,7 @@ clear_me2counter_i(VALUE key, VALUE value, VALUE unused) * Coverage.suspend => nil * * Suspend the coverage measurement. - * You can use Coverage.resumt to restart the measurement. + * You can use Coverage.resume to restart the measurement. */ VALUE rb_coverage_suspend(VALUE klass) |