From 263e2417a41547fd0221ede9747c3737f138b9d5 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 7 Jan 2002 06:48:48 +0000 Subject: fix typo in documentation. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/time.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/time.rb b/lib/time.rb index 5559241dc..aa8ee15de 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 -- cgit