Corrected YARD formatting.

This commit is contained in:
Yorick Peterse 2014-09-09 00:47:51 +02:00
parent ef03a12f99
commit fccc6359e1
1 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ module Oga
## ##
# Evaluates a pre-parsed XPath expression. # Evaluates a pre-parsed XPath expression.
# #
# @param [Oga::XPath::Node] ast_node # @param [Oga::XPath::Node] ast
# @return [Mixed] # @return [Mixed]
# #
def evaluate_ast(ast) def evaluate_ast(ast)
@ -1219,7 +1219,7 @@ module Oga
# @example Using a literal string # @example Using a literal string
# substring("foo", 2) # => "oo" # 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" # substring("foo", 1, 2) # => "fo"
# #
# @example Using a node set # @example Using a node set