Corrected an XPath example.

This commit is contained in:
Yorick Peterse 2014-07-23 18:48:53 +02:00
parent 1941b133ec
commit fd37bcff1f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ module Oga
# @example # @example
# evaluator = Oga::XPath::Evaluator.new(document) # evaluator = Oga::XPath::Evaluator.new(document)
# #
# evaluator.evaluate('//a/)') # evaluator.evaluate('//a')
# #
# @param [String] string An XPath expression as a String. # @param [String] string An XPath expression as a String.
# @return [Oga::XML::Node] # @return [Oga::XML::Node]