mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix a typo [ci skip]
This commit is contained in:
parent
f7e266e6d2
commit
9ac52e8ed3
1 changed files with 1 additions and 1 deletions
2
NEWS.md
2
NEWS.md
|
@ -178,7 +178,7 @@ Note: We're only listing outstanding class updates.
|
|||
Measurement can introduce overhead. It is enabled by default.
|
||||
GC.measure_total_time returns the current setting.
|
||||
GC.stat[:time] or GC.stat(:time) returns measured time
|
||||
in milli-soconds.
|
||||
in milli-seconds.
|
||||
|
||||
* GC.total_time returns measured time in nano-seconds.
|
||||
|
||||
|
|
Loading…
Reference in a new issue