aboutsummaryrefslogtreecommitdiffstats
path: root/time.c
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-15 00:56:45 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-15 00:56:45 +0000
commitdc72043c4e62a71f8a0b7ea0194e18aec3f3deff (patch)
tree5fc4ae2f7ff13f19d5ce0388d6869e1bebf2a636 /time.c
parentf7750e39239b7effd3d080ad614ec92d8b3ef7dc (diff)
downloadruby-dc72043c4e62a71f8a0b7ea0194e18aec3f3deff.tar.gz
* 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
Diffstat (limited to 'time.c')
-rw-r--r--time.c2
1 files changed, 1 insertions, 1 deletions
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
*