Skip to content

Commit a2bdf4a

Browse files
committed
fix typo
1 parent 5a95c6b commit a2bdf4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_api_gen/templates/footer.tera

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ impl bevy::app::Plugin for {{ "ScriptingPlugin" | prefix_cratename | convert_cas
2424
: {{- arg.proxy_ty -}},
2525
{%- endfor -%}
2626
| {
27-
let output: {{ function.output.proxy_ty }} = {{ ::item.import_path }}::{{ function.ident }}(
27+
let output: {{ function.output.proxy_ty }} = ::{{ item.import_path }}::{{ function.ident }}(
2828
{%- for arg in function.args -%}
2929
{%- if arg.ident != "self" -%}
3030
{{- arg.ident -}}

0 commit comments

Comments
 (0)