From e1540cd74da39418ebc04fe2e3e04c78204b9e7a Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 26 Mar 2013 12:22:12 +0000 Subject: update doc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3