Skip to content

Commit

Permalink
Merge pull request WebAssembly#34 from Hywan/patch-1
Browse files Browse the repository at this point in the history
doc(explainer) Fix a typo
  • Loading branch information
lukewagner authored Jun 3, 2019
2 parents fc1caaf + 7c4bdbb commit d5918ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/webidl-bindings/Explainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ imports and exports that specify how to create a Web IDL function from a
WebAssembly function and vice versa.

An import binding describes how to create a WebAssembly [host function instance][`hostfunc`]
instance from a Web IDL function by specifying:
from a Web IDL function by specifying:
* the Web IDL function signature, including parameter and result types and
whether the Web IDL function is a static (the current default), method (with
an additional `this` parameter) or constructor (with an additional `newTarget`
Expand Down

0 comments on commit d5918ba

Please sign in to comment.