aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/rexml/entity.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/rexml/entity.rb b/lib/rexml/entity.rb
index 3f44c9109a..97c7b6b42f 100644
--- a/lib/rexml/entity.rb
+++ b/lib/rexml/entity.rb
@@ -27,8 +27,7 @@ module REXML
# the constructor with the entity definition, or use the accessor methods.
# +WARNING+: There is no validation of entity state except when the entity
# is read from a stream. If you start poking around with the accessors,
- # you can easily create a non-conformant Entity. The best thing to do is
- # dump the stupid DTDs and use XMLSchema instead.
+ # you can easily create a non-conformant Entity.
#
# e = Entity.new( 'amp', '&' )
def initialize stream, value=nil, parent=nil, reference=false