From 4bf97a8ec45e63f4d60a4146b8f99bd629c1f629 Mon Sep 17 00:00:00 2001 From: Luka Dornhecker Date: Sun, 22 May 2022 17:47:26 +0200 Subject: fix typo in Time#xmlschema documentation --- lib/time.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/time.rb b/lib/time.rb index bd20a1a8e9..43c4d802e5 100644 --- a/lib/time.rb +++ b/lib/time.rb @@ -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' -- cgit v1.2.3