summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-25 06:07:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-25 06:07:28 +0000
commit2b9448fd77a55139209ba698e1740c57ec7fad76 (patch)
tree33f187783e0f9f687e48266b2ff4e0795ad9b598 /NEWS
parent98f8baf9441ef6cb9ea8452a0378e57fe5ce432e (diff)
NEWS: fix markup [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65968 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 f75c816208..115eda0811 100644
--- a/NEWS
+++ b/NEWS
@@ -43,7 +43,7 @@ sufficient information, see the ChangeLog file or Redmine
* Print exception backtrace and error message in reverse order when the
exception is not caught and STDOUT is unchanged and a tty. [Feature #8661]
-* Print `cause` of the exception if the exception is not caught and printed
+* Print +cause+ of the exception if the exception is not caught and printed
its backtraces and error message [Feature #8257]
=== Core classes updates (outstanding ones only)