1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/rexml/attlistdecl.rb (REXML::AttlistDecl): Fix a typo in

document. [fix GH-934] [ci skip]
  Patch by Anton Davydov. Thanks!!!

    for seeable
    foreseeable
       +


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kou 2015-06-14 01:13:33 +00:00
parent cda0d56296
commit 924baabddb
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Sun Jun 14 10:09:48 2015 Kouhei Sutou <kou@cozmixng.org>
* lib/rexml/attlistdecl.rb (REXML::AttlistDecl): Fix a typo in
document. [fix GH-934]
Patch by Anton Davydov. Thanks!!!
Sun Jun 14 06:24:57 2015 Benoit Daloze <eregontp@gmail.com>
* test/ruby/test_io.rb: add test for IO.binread fd leak.

View file

@ -23,7 +23,7 @@ module REXML
# Create an AttlistDecl, pulling the information from a Source. Notice
# that this isn't very convenient; to create an AttlistDecl, you basically
# have to format it yourself, and then have the initializer parse it.
# Sorry, but for the forseeable future, DTD support in REXML is pretty
# Sorry, but for the foreseeable future, DTD support in REXML is pretty
# weak on convenience. Have I mentioned how much I hate DTDs?
def initialize(source)
super()