From 24271e54f594d6761a384ec432850fd69129fc3c Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Mon, 8 Jul 2024 17:22:35 +0300 Subject: [PATCH] Typo fixed --- tpl/bhl_bind_macro.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpl/bhl_bind_macro.twig b/tpl/bhl_bind_macro.twig index 8b8d292..8d0e6d4 100644 --- a/tpl/bhl_bind_macro.twig +++ b/tpl/bhl_bind_macro.twig @@ -607,7 +607,7 @@ Script_{{o.name|norm_name}}.Method_{{m.name}}.ReturnValue(frm, stack new ProxyType(), {% endif %} {% if o.implements -%} - proxy_implements: new List() { + proxy_implements: new List() { {% for imp in o.implements %} types.T("{{imp.name}}"), {% endfor %}