diff options
author | Yusuke Endoh <[email protected]> | 2020-12-22 14:05:36 +0900 |
---|---|---|
committer | Yusuke Endoh <[email protected]> | 2020-12-22 14:05:55 +0900 |
commit | 03f2b093201762031d5be64d0cce85da26c1d3b3 (patch) | |
tree | ea7238b8bddd2447a658aa57e5551d6933e6589f | |
parent | fee2913d0af894492542cc0ed5e45dbf00e8f8df (diff) |
NEWS.md: fix the format
-rw-r--r-- | NEWS.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |