зеркало из https://github.com/github/ruby.git
* ext/date/date_core.c: Typo in Date::MONTHNAMES by Matt Gauger
[GH fixes #261] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
9cbd4ac367
Коммит
5d402803ee
|
@ -1,3 +1,8 @@
|
|||
Thu Mar 21 07:34:00 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||
|
||||
* ext/date/date_core.c: Typo in Date::MONTHNAMES by Matt Gauger
|
||||
[GH fixes #261]
|
||||
|
||||
Wed Mar 20 22:53:14 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* lib/mkmf.rb (find_library): fix to format message.
|
||||
|
|
|
@ -9315,7 +9315,7 @@ Init_date_core(void)
|
|||
|
||||
rb_include_module(cDate, rb_mComparable);
|
||||
|
||||
/* An array of stirng of full month name in English. The first
|
||||
/* An array of string of full month name in English. The first
|
||||
* element is nil.
|
||||
*/
|
||||
rb_define_const(cDate, "MONTHNAMES", mk_ary_of_str(13, monthnames));
|
||||
|
|
Загрузка…
Ссылка в новой задаче