From 1e3a29082bd4e3616682d46112b42af7055e12f4 Mon Sep 17 00:00:00 2001 From: eregon Date: Thu, 1 Aug 2013 20:46:01 +0000 Subject: * NEWS: fix typos in the description of number literal suffixes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42318 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 8e351da5de..35bda18840 100644 --- a/NEWS +++ b/NEWS @@ -16,8 +16,8 @@ with all sufficient information, see the ChangeLog file. * Added integer and float literals: 'r', 'i', and 'ri'. * "42r" and "3.14r" are evaluated as Rational(42, 1) and 3.14.rationalize, respectively. But exponential form with 'r' suffix like "6.022e+23r" is - not accepted bcause it is misleadable. - * "42i" and "3.14i" are evaluated as Complex(0, 1) and Complex(0, 1.5), + not accepted because it is misleading. + * "42i" and "3.14i" are evaluated as Complex(0, 42) and Complex(0, 3.14), respectively. * "42ri" and "3.14ri" are evaluated as Complex(0, 42r) and Complex(0, 3.14r), respectively. -- cgit v1.2.3