aboutsummaryrefslogtreecommitdiffstats
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
commitf446567ea61726c79040bb52302002c149c3b665 (patch)
tree5f7373632898068f47984344a58461f783a6892f
parenta77758f225b111337a2b9cb3393c907edc347324 (diff)
downloadruby-f446567ea61726c79040bb52302002c149c3b665.tar.gz
* NEWS: Fix class name
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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