From e5496a88eb64a64f8dceffa0e221fdc63c82c766 Mon Sep 17 00:00:00 2001 From: Luke Wagner Date: Wed, 10 Jun 2015 17:05:18 -0500 Subject: Remove spaces --- Nondeterminism.md | 4 ++-- 1 file 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: -- cgit v1.2.3