Skip to content

Commit

Permalink
Fix a spelling error in a comment for the Example (bytecodealliance#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
MRSharff authored Apr 9, 2020
1 parent ed413c9 commit 5941e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func Example() {
})

// Next up we instantiate a module which is where we link in all our
// imports. We've got one improt so we pass that in here.
// imports. We've got one import so we pass that in here.
instance, err := NewInstance(module, []*Extern{item.AsExtern()})
check(err)

Expand Down

0 comments on commit 5941e66

Please sign in to comment.