aboutsummaryrefslogtreecommitdiffstats
path: root/doc/NEWS-1.9.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/NEWS-1.9.3')
-rw-r--r--doc/NEWS-1.9.36
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/NEWS-1.9.3 b/doc/NEWS-1.9.3
index 1920f197b7..b2b0e8f65c 100644
--- a/doc/NEWS-1.9.3
+++ b/doc/NEWS-1.9.3
@@ -145,10 +145,10 @@ with all sufficient information, see the ChangeLog file.
* A method strftime cannot produce huge output (same as Time's one).
- * Even though Date/DateTime can handle far dates, the following gives
- an empty string:
+ * Even though Date/DateTime can handle far dates, the following causes
+ an exception.
- DateTime.new(1<<10000).strftime('%Y') #=> ""
+ DateTime.new(1<<10000).strftime('%Y') # Errno::ERANGE
* Changed the format of inspect.
* Changed the format of marshal (but, can load old dumps).