From a19be9b1702c3261193c186785f804b956a9391e Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 18 Dec 2022 17:00:11 +0100 Subject: [PATCH] Small cleanups. --- modules/web/html/html_builder_bind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/web/html/html_builder_bind.cpp b/modules/web/html/html_builder_bind.cpp index b4b59467f..28776f488 100644 --- a/modules/web/html/html_builder_bind.cpp +++ b/modules/web/html/html_builder_bind.cpp @@ -1086,7 +1086,7 @@ void _HTMLTag::_bind_methods() { ClassDB::bind_method(D_METHOD("attrib", "attr", "val"), &_HTMLTag::attrib); - ClassDB::bind_method(D_METHOD("start", "new__tag", "simple"), &_HTMLTag::start, false); + ClassDB::bind_method(D_METHOD("start", "new_tag", "simple"), &_HTMLTag::start, false); ClassDB::bind_method(D_METHOD("reset"), &_HTMLTag::reset); ClassDB::bind_method(D_METHOD("close"), &_HTMLTag::close);