summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-01-20 15:04:41 +0000
committerstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-01-20 15:04:41 +0000
commit6833fbcfafdf80908e75aa1d13b9aff70646294c (patch)
treeb9af201973325b0f1ffed42ef3208617d01eff18
parent8fe427c1124601861cea4c00adfe625314b44f4b (diff)
time.c: [DOC] small improvement
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time.c b/time.c
index de96990260..97d6d1de39 100644
--- a/time.c
+++ b/time.c
@@ -2365,7 +2365,7 @@ time_init_1(int argc, VALUE *argv, VALUE time)
*
* +tz+ specifies the timezone.
* It can be an offset from UTC, given either as a string such as "+09:00"
- * or a single letter "A".."Z" excluding "J" so-called military time zone,
+ * or a single letter "A".."Z" excluding "J" (so-called military time zone),
* or as a number of seconds such as 32400.
* Or it can be a timezone object,
* see {Timezone argument}[#class-Time-label-Timezone+argument] for details.