diff options
| author | Dan Gohman <sunfish@mozilla.com> | 2015-06-16 09:26:21 -0700 |
|---|---|---|
| committer | Dan Gohman <sunfish@mozilla.com> | 2015-06-16 09:26:21 -0700 |
| commit | ea06bd083415a327085984eb78a4e59ca0e4b739 (patch) | |
| tree | 5af48a3967418d5b6c6f114c4384e86b47082ce6 | |
| parent | 8f67428c6f2385f4c71ec475b6200df6f0cfe35b (diff) | |
| download | nanowasm-design-ea06bd083415a327085984eb78a4e59ca0e4b739.tar.gz | |
Fix spello.
| -rw-r--r-- | Nondeterminism.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Nondeterminism.md b/Nondeterminism.md index 77fc899..afec088 100644 --- a/Nondeterminism.md +++ b/Nondeterminism.md @@ -40,7 +40,7 @@ currently admits nondeterminism: * Environment-dependent resource limits may be exhausted. A few examples: - Memory allocation may fail. - Program stack may get exhausted. - - Resources such as handles may get exahusted. + - Resources such as handles may get exhausted. Users of C, C++, and similar languages should be aware that operations which have defined or constrained behavior in WebAssembly itself may nonetheless still |
