From c09e35d7bbb5c18124d7ab54740bef966e145529 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 9 Apr 2019 13:08:30 +0000 Subject: [PATCH] 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 --- NEWS | 4 ++-- 1 file 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