From 6067c0a220181a3627e60264907fd321e417ac04 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 22 Oct 2019 01:27:26 +0900 Subject: [PATCH] NEWS: fixed mark-up [ci skip] --- NEWS | 3 +-- 1 file changed, 1 insertion(+), 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, .: 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)