Corrected YARD argument name.
This commit is contained in:
parent
2e5bb2ca09
commit
79d9ed3214
|
@ -49,7 +49,7 @@ module Oga
|
||||||
# Oga.sax_parse_html(handler, '<script>foo()</script>')
|
# Oga.sax_parse_html(handler, '<script>foo()</script>')
|
||||||
#
|
#
|
||||||
# @param [Object] handler The SAX handler for the parser.
|
# @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)
|
def self.sax_parse_html(handler, html)
|
||||||
HTML::SaxParser.new(handler, html).parse
|
HTML::SaxParser.new(handler, html).parse
|
||||||
|
|
Loading…
Reference in New Issue