From 41dd4d2b6af247f982f2b622cad3b67d4faea275 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 7 Jan 2002 06:48:48 +0000 Subject: [PATCH] fix typo in documentation. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/time.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/time.rb b/lib/time.rb index 5559241dc9..aa8ee15de1 100644 --- a/lib/time.rb +++ b/lib/time.rb @@ -359,7 +359,7 @@ class Time If self is a UTC time, Z is used as TZD. [+-]hh:mm is used otherwise. - ((|fractional_seconds|)) specify as a number of digits of + ((|fractional_seconds|)) specify a number of digits of fractional seconds. The default value of ((|fractional_seconds|)) is 0. =end