aboutsummaryrefslogtreecommitdiffstats
path: root/ext/date/date_core.c
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-27 00:30:33 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-27 00:30:33 +0000
commit6ba96bbe4e74c5d6414184b186a6552d7fb23a13 (patch)
treef6000fc976b6c3016c09b05e75e5edc747f15c70 /ext/date/date_core.c
parent9a6a94f770411435bcd92e030e622cc231453fd4 (diff)
downloadruby-6ba96bbe4e74c5d6414184b186a6552d7fb23a13.tar.gz
* ext/date/date_core.c: modified doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/date/date_core.c')
-rw-r--r--ext/date/date_core.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/date/date_core.c b/ext/date/date_core.c
index 3fc74af5fb..7dbf32158d 100644
--- a/ext/date/date_core.c
+++ b/ext/date/date_core.c
@@ -6927,12 +6927,11 @@ date_strftime_internal(int argc, VALUE *argv, VALUE self,
* 0 use zeros for padding.
* ^ upcase the result string.
* # change case.
- * : use colons for %z.
*
* The minimum field width specifies the minimum width.
*
- * The modifier is "E" and "O".
- * They are ignored.
+ * The modifiers are "E", "O", ":", "::" and ":::".
+ * "E" and "O" are ignored. No effect to result currently.
*
* Format directives:
*