mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31298 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
10ce57ea8d
commit
531dfb40e0
1 changed files with 2 additions and 2 deletions
|
@ -1417,7 +1417,7 @@ date_s__strptime_internal(int argc, VALUE *argv, VALUE klass,
|
|||
|
||||
/*
|
||||
* call-seq:
|
||||
* Date._strftime(string, [format="%F"])
|
||||
* Date._strptime(string, [format="%F"])
|
||||
*
|
||||
* Return a hash of parsed elements.
|
||||
*/
|
||||
|
@ -3159,7 +3159,7 @@ datetime_s_now(int argc, VALUE *argv, VALUE klass)
|
|||
|
||||
/*
|
||||
* call-seq:
|
||||
* DateTime._strftime(string, [format="%FT%T%z"])
|
||||
* DateTime._strptime(string, [format="%FT%T%z"])
|
||||
*
|
||||
* Return a hash of parsed elements.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue