From dc72043c4e62a71f8a0b7ea0194e18aec3f3deff Mon Sep 17 00:00:00 2001 From: hsbt Date: Tue, 15 Mar 2016 00:56:45 +0000 Subject: * time.c: Minor typo in Time#dst? documentation. [ci skip][fix GH-1290] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54109 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'time.c') diff --git a/time.c b/time.c index 603fe8bf63..d3f0ca2171 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 * -- cgit v1.2.3