aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-10-22 01:27:26 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-10-22 01:27:26 +0900
commit6067c0a220181a3627e60264907fd321e417ac04 (patch)
tree5f72d09134eabefe6e7dfd951cb8076dcb3fbf89
parent349ad6178c1ba5674a132dce05c7a8264b4d50c6 (diff)
downloadruby-6067c0a220181a3627e60264907fd321e417ac04.tar.gz
NEWS: fixed mark-up [ci skip]
-rw-r--r--NEWS3
1 files changed, 1 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5d5185a0c6..693ac06d4f 100644
--- a/NEWS
+++ b/NEWS
@@ -184,8 +184,7 @@ sufficient information, see the ChangeLog file or Redmine
* Method reference operator, <code>.:</code> is introduced as an
experimental feature. [Feature #12125] [Feature #13581]
-* "yield" in singleton class syntax is warned and will be deprecated later.
- [Feature #15575]
+* +yield+ in singleton class syntax is warned and will be deprecated later [Feature #15575].
=== Core classes updates (outstanding ones only)