summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authoryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-18 10:58:30 +0000
committeryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-18 10:58:30 +0000
commit59b9f54fc2f0033dad8d46e82a1bcd60bc0f15c2 (patch)
tree5f7373632898068f47984344a58461f783a6892f /NEWS
parent81ec47ea185bbf30f42423d25994e479738b483c (diff)
* NEWS: Fix class name
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1b64c5b6cc..c31ab2dac6 100644
--- a/NEWS
+++ b/NEWS
@@ -87,7 +87,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* Integer#digits for extracting columns of place-value notation [Feature #12447]
- * Int#round now takes an optional keyword argument, half option, and the
+ * Integer#round now takes an optional keyword argument, half option, and the
default behavior is round-to-nearest-even now. [Bug #12548]
* IO