summaryrefslogtreecommitdiff
path: root/lib/rexml/parsers/ultralightparser.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rexml/parsers/ultralightparser.rb')
-rw-r--r--lib/rexml/parsers/ultralightparser.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/rexml/parsers/ultralightparser.rb b/lib/rexml/parsers/ultralightparser.rb
index 96c55d837e..7460845881 100644
--- a/lib/rexml/parsers/ultralightparser.rb
+++ b/lib/rexml/parsers/ultralightparser.rb
@@ -42,10 +42,10 @@ module REXML
end
# An element is an array. The array contains:
- # 0 The parent element
- # 1 The tag name
- # 2 A hash of attributes
- # 3..-1 The child elements
+ # 0 The parent element
+ # 1 The tag name
+ # 2 A hash of attributes
+ # 3..-1 The child elements
# An element is an array of size > 3
# Text is a String
# PIs are [ :processing_instruction, target, data ]