diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-03-15 00:56:45 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-03-15 00:56:45 +0000 |
commit | 8709f42ff27671aca064bd03ca325e3940510b63 (patch) | |
tree | 5fc4ae2f7ff13f19d5ce0388d6869e1bebf2a636 /time.c | |
parent | 4511af873a4d53b223569664b9acc4b9a9e94706 (diff) |
* 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 * |