From d6e3025c09ef95aa785f74bc5d0ad1c53de2433a Mon Sep 17 00:00:00 2001 From: Ian Lunderskov Date: Mon, 14 Mar 2016 11:19:22 -0500 Subject: [PATCH] Minor typo in Time#dst? documentation --- time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/time.c b/time.c index 603fe8bf6304c6..d3f0ca21716089 100644 --- a/time.c +++ b/time.c @@ -4959,7 +4959,7 @@ time_load(VALUE klass, VALUE str) * * t.year #=> 1993 * - * Was is daylight savings at the time? + * Was it daylight savings at the time? * * t.dst? #=> false *