diff options
| author | Dan Gohman <sunfish@mozilla.com> | 2015-09-04 19:38:34 -0700 |
|---|---|---|
| committer | Dan Gohman <sunfish@mozilla.com> | 2015-09-04 19:38:34 -0700 |
| commit | 1f9e7487e27fe8471f87e6e0bbab0449fff3badb (patch) | |
| tree | 20035cf817462da3fd8d6a73c2e29933031b1260 /Modules.md | |
| parent | 17a0a2c8f16956f316431171a64c4213c0ed2f3b (diff) | |
| download | nanowasm-design-1f9e7487e27fe8471f87e6e0bbab0449fff3badb.tar.gz | |
Fix punctuation.
Diffstat (limited to 'Modules.md')
| -rw-r--r-- | Modules.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
