aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2021-12-17 22:30:23 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2021-12-17 22:30:23 +0900
commit9ac52e8ed3e1a5ebdbe74811892b4baf6804ee89 (patch)
treebf2f47b691a1cbe321832f8101bac313d1ddd0c5 /NEWS.md
parentf7e266e6d2ccad63e4245a106a80c82ef2b38cbf (diff)
downloadruby-9ac52e8ed3e1a5ebdbe74811892b4baf6804ee89.tar.gz
Fix a typo [ci skip]
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 9f7eaf3bc0..f8c7ec162e 100644
--- a/NEWS.md
+++ b/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.