aboutsummaryrefslogtreecommitdiff
path: root/Modules.md
diff options
context:
space:
mode:
authorDan Gohman <sunfish@mozilla.com>2015-09-04 19:38:34 -0700
committerDan Gohman <sunfish@mozilla.com>2015-09-04 19:38:34 -0700
commit1f9e7487e27fe8471f87e6e0bbab0449fff3badb (patch)
tree20035cf817462da3fd8d6a73c2e29933031b1260 /Modules.md
parent17a0a2c8f16956f316431171a64c4213c0ed2f3b (diff)
downloadnanowasm-design-1f9e7487e27fe8471f87e6e0bbab0449fff3badb.tar.gz
Fix punctuation.
Diffstat (limited to 'Modules.md')
-rw-r--r--Modules.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules.md b/Modules.md
index 9c98837..e4eaa7a 100644
--- a/Modules.md
+++ b/Modules.md
@@ -127,7 +127,7 @@ to allow *explicitly* injecting multiple modules into the same instance.
A module will contain a section declaring the linear memory size (initial and
maximum size allowed by [`resize_memory`](AstSemantics.md#resizing) and the
initial contents of memory, analogous to `.data`, `.rodata`, `.bss` sections in
-native executables (see [binary encoding](BinaryEncoding.md#global-structure)
+native executables (see [binary encoding](BinaryEncoding.md#global-structure)).
## Code section