aboutsummaryrefslogtreecommitdiff
path: root/IncompletelySpecifiedBehavior.md
diff options
context:
space:
mode:
authorDan Gohman <sunfish@mozilla.com>2015-06-02 07:11:09 -0700
committerDan Gohman <sunfish@mozilla.com>2015-06-03 13:37:59 -0700
commite5cc7b9a30a81e18ca8706daa09ca6912af027b9 (patch)
treedbecfd1fea4de5cde822e6c73c471cb50c5f8395 /IncompletelySpecifiedBehavior.md
parent766d32362828ba263977faca493ef82a132b709e (diff)
downloadnanowasm-design-e5cc7b9a30a81e18ca8706daa09ca6912af027b9.tar.gz
Say "floating point" instead of "floating-point".
Diffstat (limited to 'IncompletelySpecifiedBehavior.md')
-rw-r--r--IncompletelySpecifiedBehavior.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/IncompletelySpecifiedBehavior.md b/IncompletelySpecifiedBehavior.md
index 96b4037..b3679d0 100644
--- a/IncompletelySpecifiedBehavior.md
+++ b/IncompletelySpecifiedBehavior.md
@@ -19,7 +19,7 @@ The following is a list of the places where the WebAssembly specification curren
- [Races between threads](EssentialPostMVPFeatures.md#threads)
- [Fixed-width SIMD may want some flexibility](EssentialPostMVPFeatures.md#fixed-width-simd)
- - In SIMD.js, floating-point values may or may not have subnormals flushed to zero.
+ - In SIMD.js, floating point values may or may not have subnormals flushed to zero.
- In SIMD.js, operations ending in "Approximation" return approximations that may vary between platforms.
## Note for users of C, C++, and similar languages