Fixed YARD parameter name

This commit is contained in:
Yorick Peterse 2015-06-16 11:14:22 +02:00
parent b701a9bdd4
commit e0837fd44e
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ module Oga
##
# 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.
#
def on_element_end(name = nil)