ruby-changes:19259
From: tadf <ko1@a...>
Date: Sat, 16 Apr 2011 22:43:21 +0900 (JST)
Subject: [ruby-changes:19259] Ruby:r31298 (trunk): typo
tadf 2011-04-16 22:43:15 +0900 (Sat, 16 Apr 2011) New Revision: 31298 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=31298 Log: typo Modified files: trunk/ext/date/date_core.c Index: ext/date/date_core.c =================================================================== --- ext/date/date_core.c (revision 31297) +++ ext/date/date_core.c (revision 31298) @@ -1417,7 +1417,7 @@ /* * call-seq: - * Date._strftime(string, [format="%F"]) + * Date._strptime(string, [format="%F"]) * * Return a hash of parsed elements. */ @@ -3159,7 +3159,7 @@ /* * call-seq: - * DateTime._strftime(string, [format="%FT%T%z"]) + * DateTime._strptime(string, [format="%FT%T%z"]) * * Return a hash of parsed elements. */ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/