diff options
author | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-06-14 01:13:33 +0000 |
---|---|---|
committer | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-06-14 01:13:33 +0000 |
commit | 924baabddb7b8cde689480fd635f4a32ee352711 (patch) | |
tree | eaa9c466255f3659bfdd1638c2f6bd0ba760c870 /lib/rexml | |
parent | cda0d562964e2c524673f26cda05346b7101a95f (diff) | |
download | ruby-924baabddb7b8cde689480fd635f4a32ee352711.tar.gz |
* 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
Diffstat (limited to 'lib/rexml')
-rw-r--r-- | lib/rexml/attlistdecl.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rexml/attlistdecl.rb b/lib/rexml/attlistdecl.rb index ec4e6c3b8d..e2135d9e83 100644 --- a/lib/rexml/attlistdecl.rb +++ b/lib/rexml/attlistdecl.rb @@ -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() |