diff --git a/lib/oga/css/parser.y b/lib/oga/css/parser.y index f5b9776..a3c3601 100644 --- a/lib/oga/css/parser.y +++ b/lib/oga/css/parser.y @@ -490,7 +490,7 @@ end end ## - # @param [AST::Node] node + # @param [AST::Node] step # @return [AST::Node] # def step_modulo_value(step) diff --git a/lib/oga/xpath/evaluator.rb b/lib/oga/xpath/evaluator.rb index d173b77..6065c54 100644 --- a/lib/oga/xpath/evaluator.rb +++ b/lib/oga/xpath/evaluator.rb @@ -2,7 +2,7 @@ module Oga module XPath ## # The Evaluator class evaluates XPath expressions, either as a String or an - # AST of {AST::Node} instances. + # AST of `AST::Node` instances. # # ## Thread Safety # @@ -1592,7 +1592,7 @@ module Oga end ## - # Checks if a given {Oga::XML::Node} instance matches a {AST::Node} + # Checks if a given {Oga::XML::Node} instance matches a `AST::Node` # instance. # # This method can use both "test" and "type-test" nodes. In case of