summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2020-12-22 14:05:36 +0900
committerYusuke Endoh <mame@ruby-lang.org>2020-12-22 14:05:55 +0900
commit03f2b093201762031d5be64d0cce85da26c1d3b3 (patch)
treeea7238b8bddd2447a658aa57e5551d6933e6589f /NEWS.md
parentfee2913d0af894492542cc0ed5e45dbf00e8f8df (diff)
NEWS.md: fix the format
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md8
1 files 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