зеркало из https://github.com/github/ruby.git
Fix typo in optparse library [ci skip] [Fix GH-956]
* lib/optparse.rb: [DOC] Fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
4f1178ac84
Коммит
9b37b750bd
|
@ -1,3 +1,7 @@
|
||||||
|
Sun Jul 5 23:54:10 2015 mizokami <suzunatsu@yahoo.com>
|
||||||
|
|
||||||
|
* lib/optparse.rb: [DOC] Fix typo.
|
||||||
|
|
||||||
Sun Jul 5 18:25:37 2015 Eric Wong <e@80x24.org>
|
Sun Jul 5 18:25:37 2015 Eric Wong <e@80x24.org>
|
||||||
|
|
||||||
* gc.c (gc_profile_record_get): fix spelling error in keys
|
* gc.c (gc_profile_record_get): fix spelling error in keys
|
||||||
|
|
|
@ -151,7 +151,7 @@
|
||||||
#
|
#
|
||||||
# - Date -- Anything accepted by +Date.parse+
|
# - Date -- Anything accepted by +Date.parse+
|
||||||
# - DateTime -- Anything accepted by +DateTime.parse+
|
# - DateTime -- Anything accepted by +DateTime.parse+
|
||||||
# - Time -- Anyting accepted by +Time.httpdate+ or +Time.parse+
|
# - Time -- Anything accepted by +Time.httpdate+ or +Time.parse+
|
||||||
# - URI -- Anything accepted by +URI.parse+
|
# - URI -- Anything accepted by +URI.parse+
|
||||||
# - Shellwords -- Anything accepted by +Shellwords.shellwords+
|
# - Shellwords -- Anything accepted by +Shellwords.shellwords+
|
||||||
# - String -- Any non-empty string
|
# - String -- Any non-empty string
|
||||||
|
|
Загрузка…
Ссылка в новой задаче