From fccc6359e160a3ce13376ef05a850dfc8f677d3f Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Tue, 9 Sep 2014 00:47:51 +0200 Subject: [PATCH] Corrected YARD formatting. --- lib/oga/xpath/evaluator.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/oga/xpath/evaluator.rb b/lib/oga/xpath/evaluator.rb index 15aed07..a51a14c 100644 --- a/lib/oga/xpath/evaluator.rb +++ b/lib/oga/xpath/evaluator.rb @@ -90,7 +90,7 @@ module Oga ## # Evaluates a pre-parsed XPath expression. # - # @param [Oga::XPath::Node] ast_node + # @param [Oga::XPath::Node] ast # @return [Mixed] # def evaluate_ast(ast) @@ -1219,7 +1219,7 @@ module Oga # @example Using a literal string # substring("foo", 2) # => "oo" # - # @exxample Using a literal string with a custom length + # @example Using a literal string with a custom length # substring("foo", 1, 2) # => "fo" # # @example Using a node set