Corrected YARD argument name.

This commit is contained in:
Yorick Peterse 2014-09-16 14:50:17 +02:00
parent 2e5bb2ca09
commit 79d9ed3214
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ module Oga
# Oga.sax_parse_html(handler, '<script>foo()</script>')
#
# @param [Object] handler The SAX handler for the parser.
# @param [String|IO] HTML The HTML to parse.
# @param [String|IO] html The HTML to parse.
#
def self.sax_parse_html(handler, html)
HTML::SaxParser.new(handler, html).parse