From 03f2b093201762031d5be64d0cce85da26c1d3b3 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Tue, 22 Dec 2020 14:05:36 +0900 Subject: [PATCH] NEWS.md: fix the format --- NEWS.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 800070ea6a..88b7115284 100644 --- a/NEWS.md +++ b/NEWS.md @@ -157,9 +157,11 @@ Outstanding ones only. # => ["data1", "data2", "data3"] ``` -* Binding#eval when called with one arguments will use "(eval)" - for `__FILE__` and 1 for `__LINE__` in the evaluated code. - [[Bug #4352]] [[Bug #17419]] +* Binding + + * Binding#eval when called with one arguments will use "(eval)" + for `__FILE__` and 1 for `__LINE__` in the evaluated code. + [[Bug #4352]] [[Bug #17419]] * ConditionVariable