From 331d70e832aa05ce2a95801adcc8675141001ea0 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Thu, 2 Oct 2014 22:41:22 +0200 Subject: [PATCH] Corrected docs of the parse() helper method. --- spec/support/parsing.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spec/support/parsing.rb b/spec/support/parsing.rb index ec59a3f..3b2b442 100644 --- a/spec/support/parsing.rb +++ b/spec/support/parsing.rb @@ -54,11 +54,9 @@ module Oga end ## - # Parses the given XML and returns an AST. - # # @param [String] input # @param [Hash] options - # @return [Oga::AST::Node] + # @return [Oga::XML::Document] # def parse(input, options = {}) return Oga::XML::Parser.new(input, options).parse