summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-21 15:04:06 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-21 15:04:06 +0000
commitfdd3091274867197b20bd2c9502fcc5cf3470130 (patch)
tree475f64cd66e23ae102c9814899df1f5bdc438e9f /NEWS
parentb6fd7b1bb741edfe08b9f9da4652b5e1d5d3a57a (diff)
Fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3996be8d4b..27ee717161 100644
--- a/NEWS
+++ b/NEWS
@@ -116,7 +116,7 @@ JIT::
* JIT-ed code is recompiled to less-optimized code when an optimization assumption is invalidated.
* Method inlining is performed when a method is considered as pure.
- This optimization is still experimental and many methods are NOT considred as pure yet.
+ This optimization is still experimental and many methods are NOT considered as pure yet.
* Default value of +--jit-max-cache+ is changed from 1,000 to 100