1
0
Fork 0
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:
Luka Dornhecker 2022-05-22 17:47:26 +02:00 committed by Hiroshi SHIBATA
parent 419ad1e13e
commit 4bf97a8ec4
Notes: git 2022-07-29 19:10:31 +09:00

View file

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