1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix typo in documentation.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2002-01-07 06:48:48 +00:00
parent c9f4686694
commit 41dd4d2b6a

View file

@ -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