aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Wagner <mail@lukewagner.name>2015-06-10 17:05:18 -0500
committerLuke Wagner <mail@lukewagner.name>2015-06-10 17:05:18 -0500
commite5496a88eb64a64f8dceffa0e221fdc63c82c766 (patch)
tree7af77cc39d0856ac05d7deb599c6acad17dc7381
parent95d112a39d392596cecfe841f05ab8ed96554058 (diff)
downloadnanowasm-design-e5496a88eb64a64f8dceffa0e221fdc63c82c766.tar.gz
Remove spaces
-rw-r--r--Nondeterminism.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Nondeterminism.md b/Nondeterminism.md
index 2dac091..a797f2e 100644
--- a/Nondeterminism.md
+++ b/Nondeterminism.md
@@ -2,10 +2,10 @@
WebAssembly is a [portable](Portability.md) sandboxed platform with limited,
local, nondeterminism.
- * *limited* : non-deterministic execution can only occur in a small number of
+ * *limited*: non-deterministic execution can only occur in a small number of
well-defined cases (described below) and, in those cases, the implementation
may select from a limited set of possible behaviors.
- * *local* : when non-deterministic execution occurs, the effect is local,
+ * *local*: when non-deterministic execution occurs, the effect is local,
there is no "spooky action at a distance".
The limited, local, non-deterministic model implies: