Skip to content

Commit 4602658

Browse files
authored
fix typo in Time#xmlschema documentation
1 parent c489991 commit 4602658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/time.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ def httpdate
701701
#
702702
# If self is a UTC time, Z is used as TZD. [+-]hh:mm is used otherwise.
703703
#
704-
# +fractional_digits+ specifies a number of digits to use for fractional
704+
# +fraction_digits+ specifies a number of digits to use for fractional
705705
# seconds. Its default value is 0.
706706
#
707707
# require 'time'

0 commit comments

Comments
 (0)