aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF Bastien <jfb@chromium.org>2015-06-09 16:11:34 +0200
committerJF Bastien <jfb@chromium.org>2015-06-09 16:11:34 +0200
commit54671fb0bd6689789cefcd26215d0bb7a42bb40c (patch)
tree38eea8513c07b0ce30a2dd0fcbf885b07b8d57f1
parentbfc67e8b9671bfd7b2be1f646ba40481f125538e (diff)
downloadnanowasm-design-54671fb0bd6689789cefcd26215d0bb7a42bb40c.tar.gz
Missing space.
-rw-r--r--MVP.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/MVP.md b/MVP.md
index 6783e60..ee15103 100644
--- a/MVP.md
+++ b/MVP.md
@@ -36,7 +36,7 @@ separate docs with more precise descriptions of:
and pointer sharing. Dynamic linking would be semantically distinct from
importing, though.
* When compiling from C++, imports would be generated for unresolved `extern`
- functions and calls to those `extern` functions would call the import.
+ functions and calls to those `extern` functions would call the import.
* Host environments can define builtin modules that are implemented natively but
can otherwise be imported like [other modules](MVP.md#Modules). As examples:
* A WebAssembly shell might define a builtin `stdio` library with an export