summaryrefslogtreecommitdiff
path: root/lib/rexml/xpath.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rexml/xpath.rb')
-rw-r--r--lib/rexml/xpath.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rexml/xpath.rb b/lib/rexml/xpath.rb
index b22969ec8c..5f7ecefe29 100644
--- a/lib/rexml/xpath.rb
+++ b/lib/rexml/xpath.rb
@@ -64,7 +64,7 @@ module REXML
parser.parse(path, element).each( &block )
end
- # Returns an array of nodes matching a given XPath.
+ # Returns an array of nodes matching a given XPath.
def XPath::match element, path=nil, namespaces=nil, variables={}
parser = XPathParser.new
parser.namespaces = namespaces