Skip to content

Commit bcebbf4

Browse files
committed
wit/bindgen: typo
1 parent e15c8b6 commit bcebbf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wit/bindgen/generator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2337,7 +2337,7 @@ func (g *generator) newPackage(w *wit.World, i *wit.Interface, name string) (*ge
23372337
libFile := pkg.File("lib" + lib + ".a")
23382338

23392339
// Generate
2340-
witText := g.res.WIT(wit.FilterFor(w, i), "")
2340+
witText := g.res.WIT(wit.Filter(w, i), "")
23412341
witFile := g.witFileFor(owner)
23422342
witFile.WriteString(witText)
23432343
content, err := g.componentEmbed(witText)

0 commit comments

Comments
 (0)