summaryrefslogtreecommitdiff
path: root/spec/ruby/library/rexml/node/parent_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/rexml/node/parent_spec.rb')
-rw-r--r--spec/ruby/library/rexml/node/parent_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/rexml/node/parent_spec.rb b/spec/ruby/library/rexml/node/parent_spec.rb
index 07425e8f36..43c3a747e0 100644
--- a/spec/ruby/library/rexml/node/parent_spec.rb
+++ b/spec/ruby/library/rexml/node/parent_spec.rb
@@ -14,7 +14,7 @@ ruby_version_is ''...'3.0' do
e.should.parent?
end
- # This includes attributes, CDatas and declarations.
+ # This includes attributes, CData and declarations.
it "returns false for Texts" do
e = REXML::Text.new("foo")
e.should_not.parent?