Fixed YARD parameter name
This commit is contained in:
parent
b701a9bdd4
commit
e0837fd44e
|
@ -499,7 +499,7 @@ module Oga
|
||||||
##
|
##
|
||||||
# Called on the closing tag of an element.
|
# Called on the closing tag of an element.
|
||||||
#
|
#
|
||||||
# @param [String] ns_name The name of the element (minus namespace
|
# @param [String] name The name of the element (minus namespace
|
||||||
# prefix). This is not set for self closing tags.
|
# prefix). This is not set for self closing tags.
|
||||||
#
|
#
|
||||||
def on_element_end(name = nil)
|
def on_element_end(name = nil)
|
||||||
|
|
Loading…
Reference in New Issue