From 1f9e7487e27fe8471f87e6e0bbab0449fff3badb Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 4 Sep 2015 19:38:34 -0700 Subject: Fix punctuation. --- Modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules.md') 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 -- cgit v1.2.3