aboutsummaryrefslogtreecommitdiffstats
path: root/time.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-26 12:22:12 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-26 12:22:12 +0000
commite1540cd74da39418ebc04fe2e3e04c78204b9e7a (patch)
treec778de3ad97aa8631b276ba2f248f68736137774 /time.c
parenteed73918f72ec2569ac1ee610b43a8b19e50c7c3 (diff)
downloadruby-e1540cd74da39418ebc04fe2e3e04c78204b9e7a.tar.gz
update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39938 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 7a877186e2..f5cc691a61 100644
--- a/time.c
+++ b/time.c
@@ -4536,7 +4536,7 @@ strftimev(const char *fmt, VALUE time, rb_encoding *enc)
*
* This method is similar to strftime() function defined in ISO C and POSIX.
*
- * While all directives are locale independant since Ruby 1.9 %Z is platform
+ * While all directives are locale independant since Ruby 1.9, %Z is platform
* dependant.
* So, the result may differ even if the same format string is used in other
* systems such as C.