aboutsummaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorDerek Schuff <dschuff@chromium.org>2015-06-18 10:50:36 -0700
committerDerek Schuff <dschuff@chromium.org>2015-06-18 10:50:36 -0700
commit7bf0be6f1cd004cfef73f29c875c85b8ee02d815 (patch)
tree62fc309f69147d8a3fee09f718b1460a3f02fe20 /FAQ.md
parent6f6ebc8f66246459e96854053cd9e78aec7dfcf3 (diff)
downloadnanowasm-design-7bf0be6f1cd004cfef73f29c875c85b8ee02d815.tar.gz
fix typo in link
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ.md b/FAQ.md
index 3c4839a..63a83f4 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -182,7 +182,7 @@ WebAssembly has several requirements and goals for its IR and binary encoding:
* Fast decoding: The binary format should be fast to decompress and decode for fast startup of programs.
* Fast compiling: The IR should be fast to compile (and suitable for either AOT- or JIT-compilation) for fast
startup of programs.
- * Minimal [nondeterminsim](Nondeterminsism.md): The behavior of programs should be as predictable and
+ * Minimal [nondeterminsim](Nondeterminism.md): The behavior of programs should be as predictable and
deterministic as possible (and should be the same on every architecture, a stronger form of the
portability requirement stated above).