aboutsummaryrefslogtreecommitdiff
path: root/Semantics.md
diff options
context:
space:
mode:
authorSeth Thompson <s3th.thompson@gmail.com>2016-11-09 14:28:14 -0800
committerGitHub <noreply@github.com>2016-11-09 14:28:14 -0800
commite686a03efd88f124f99e166254780a59a82dd70d (patch)
treea822880b279aaaf9daa73647c80d19a124e3353e /Semantics.md
parent6af67f4dcfe48ca4d15304f529aaf6325544e34b (diff)
downloadnanowasm-design-e686a03efd88f124f99e166254780a59a82dd70d.tar.gz
Link typos (#865)
Diffstat (limited to 'Semantics.md')
-rw-r--r--Semantics.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Semantics.md b/Semantics.md
index 2d1edd1..37a090b 100644
--- a/Semantics.md
+++ b/Semantics.md
@@ -281,7 +281,7 @@ to hold the array of indirectly-callable functions. Thus, in the MVP:
this can only be done through the host environment (e.g., the `WebAssembly`
[JavaScript API](JS.md#webassemblytable-objects)).
-These restrictions may be relaxed in the [future :unicorn:][types].
+These restrictions may be relaxed in the [future :unicorn:][future types].
## Local variables
@@ -534,7 +534,7 @@ Floating point arithmetic follows the IEEE 754-2008 standard, except that:
supported.
In the future, these limitations may be lifted, enabling
-[full IEEE 754-2008 support :unicorn:][future ieee 745].
+[full IEEE 754-2008 support :unicorn:][future ieee 754].
Note that not all operators required by IEEE 754-2008 are provided directly.
However, WebAssembly includes enough functionality to support reasonable library