summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-09 13:08:30 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-09 13:08:30 +0000
commitc09e35d7bbb5c18124d7ab54740bef966e145529 (patch)
treed50105485a5d01efee139d56b3c570561adfff97 /NEWS
parented958ef37ef85f7e2dcaf444ccb156f4bf611bce (diff)
NEWS: [DOC] markup hyphens [ci skip]
* NEWS: [DOC] markup command line options, not to convert successive hyphens to an en-dash unintentionally. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67478 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ec2b7dbd3e..75fa91798d 100644
--- a/NEWS
+++ b/NEWS
@@ -94,9 +94,9 @@ profile.rb, Profiler__::
JIT::
- * Default value of --jit-max-cache is changed from 1,000 to 100
+ * Default value of +--jit-max-cache+ is changed from 1,000 to 100
- * Default value of --jit-min-calls is changed from 5 to 10,000
+ * Default value of +--jit-min-calls+ is changed from 5 to 10,000
=== Miscellaneous changes