зеркало из https://github.com/github/ruby.git
* lib/rexml/source.rb (REXML::IOSource#scan): Fix a typo in
document. [fix GH-934] [ci skip] Patch by Anton Davydov. Thanks!!! warrent warrant ? git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
924baabddb
Коммит
f4a5136504
|
@ -1,3 +1,9 @@
|
|||
Sun Jun 14 10:13:55 2015 Kouhei Sutou <kou@cozmixng.org>
|
||||
|
||||
* lib/rexml/source.rb (REXML::IOSource#scan): Fix a typo in
|
||||
document. [fix GH-934]
|
||||
Patch by Anton Davydov. Thanks!!!
|
||||
|
||||
Sun Jun 14 10:09:48 2015 Kouhei Sutou <kou@cozmixng.org>
|
||||
|
||||
* lib/rexml/attlistdecl.rb (REXML::AttlistDecl): Fix a typo in
|
||||
|
|
|
@ -185,7 +185,7 @@ module REXML
|
|||
# You'll notice that this next section is very similar to the same
|
||||
# section in match(), but just a liiittle different. This is
|
||||
# because it is a touch faster to do it this way with scan()
|
||||
# than the way match() does it; enough faster to warrent duplicating
|
||||
# than the way match() does it; enough faster to warrant duplicating
|
||||
# some code
|
||||
if rv.size == 0
|
||||
until @buffer =~ pattern or @source.nil?
|
||||
|
|
Загрузка…
Ссылка в новой задаче