summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-22 04:55:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-22 04:55:58 +0000
commit5d874cf1aabb8d1d34a4b4a834b3f5dfb05fbf2e (patch)
tree68c473608d2e658d23814f7f261e1193f9d63e78 /NEWS
parent5fe33f07d4127092a9fe5afb9b48a28e4f1d5f0b (diff)
NEWS: fixed unintentional description list [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 1 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 817be3df43..ca9113de43 100644
--- a/NEWS
+++ b/NEWS
@@ -38,8 +38,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* New methods:
- * added Dir#each_child and Dir#children instance methods.
- [Feature #13969]
+ * added Dir#each_child and Dir#children instance methods. [Feature #13969]
* Kernel