1
0
Fork 0
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:
Kazuhiro NISHIYAMA 2021-12-17 22:30:23 +09:00
parent f7e266e6d2
commit 9ac52e8ed3
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -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.