Skip to content

Commit 533bd2d

Browse files
committed
fix: small bug
Signed-off-by: Andrew Steurer <94206073+asteurer@users.noreply.github.com>
1 parent 265715b commit 533bd2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/go/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2614,7 +2614,7 @@ func {camel}FromOwnHandle(handleValue int32) *{camel} {{
26142614
}}
26152615
26162616
func {camel}FromBorrowHandle(handleValue int32) *{camel} {{
2617-
handle := wit_runtime.MakeHandle(handleValue)
2617+
handle := witRuntime.MakeHandle(handleValue)
26182618
return &{camel}{{handle}}
26192619
}}
26202620
"#

0 commit comments

Comments
 (0)