From aa59f86f3e2b49976fd429c8b74d9b97e62aa072 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 2 Jun 2015 08:48:09 -0700 Subject: Fix spelling errors. --- V1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V1.md b/V1.md index d28d4f3..3375e08 100644 --- a/V1.md +++ b/V1.md @@ -49,7 +49,7 @@ precise descriptions of: * When compiling from C++, imports would be generated for unresolved `extern` functions and calls to those `extern` functions would call the import. * Thus, in an environment with ES6 modules, to synchronously call into JS from - C++, the C++ code would declare and call an unndefined `extern` function and + C++, the C++ code would declare and call an undefined `extern` function and the target JS function would be given the (mangled) name of the `extern` and put inside the imported ES6 module. * TODO: there is more to discuss here concerning APIs. -- cgit v1.2.3