From 54671fb0bd6689789cefcd26215d0bb7a42bb40c Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Tue, 9 Jun 2015 16:11:34 +0200 Subject: Missing space. --- MVP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3