aboutsummaryrefslogtreecommitdiff
path: root/FeatureTest.md
diff options
context:
space:
mode:
Diffstat (limited to 'FeatureTest.md')
-rw-r--r--FeatureTest.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/FeatureTest.md b/FeatureTest.md
index a7a3aec..39c99c9 100644
--- a/FeatureTest.md
+++ b/FeatureTest.md
@@ -37,7 +37,7 @@ To illustrate, consider 4 examples:
* [`i32.min_s`](FutureFeatures.md#additional-integer-operators) - Strategy 2
could be used to translate `(i32.min_s lhs rhs)` into an equivalent expression
- that stores `lhs` and `rhs` in locals then uses `i32.lt_s` and `conditional`.
+ that stores `lhs` and `rhs` in locals then uses `i32.lt_s` and `select`.
* [Threads](PostMVP.md#threads) - If an application uses `#ifdef` extensively
to produce thread-enabled/disabled builds, Strategy 1 would be appropriate.
However, if the application was able to abstract use of threading to a few