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
This commit is contained in:
nobu 2019-04-09 13:08:30 +00:00
parent ed958ef37e
commit c09e35d7bb
1 changed files with 2 additions and 2 deletions

4
NEWS
View File

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