mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typo in Time#xmlschema documentation
This commit is contained in:
parent
419ad1e13e
commit
4bf97a8ec4
Notes:
git
2022-07-29 19:10:31 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -701,7 +701,7 @@ class Time
|
|||
#
|
||||
# If self is a UTC time, Z is used as TZD. [+-]hh:mm is used otherwise.
|
||||
#
|
||||
# +fractional_digits+ specifies a number of digits to use for fractional
|
||||
# +fraction_digits+ specifies a number of digits to use for fractional
|
||||
# seconds. Its default value is 0.
|
||||
#
|
||||
# require 'time'
|
||||
|
|
Loading…
Add table
Reference in a new issue