From 7c4bdbbd4860d3e11d00c1f117e15e4094c7fa3e Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Mon, 3 Jun 2019 13:55:13 +0200 Subject: [PATCH] doc(explainer) Fix a typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There is a double “instance" word. --- proposals/webidl-bindings/Explainer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/webidl-bindings/Explainer.md b/proposals/webidl-bindings/Explainer.md index d22b11b39e..23c40355b9 100644 --- a/proposals/webidl-bindings/Explainer.md +++ b/proposals/webidl-bindings/Explainer.md @@ -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`