aboutsummaryrefslogtreecommitdiff
path: root/EssentialPostMVPFeatures.md
diff options
context:
space:
mode:
Diffstat (limited to 'EssentialPostMVPFeatures.md')
-rw-r--r--EssentialPostMVPFeatures.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/EssentialPostMVPFeatures.md b/EssentialPostMVPFeatures.md
index dcbaafb..e8ad032 100644
--- a/EssentialPostMVPFeatures.md
+++ b/EssentialPostMVPFeatures.md
@@ -45,8 +45,8 @@ The WebAssembly MVP will support three no-exception modes for C++:
* Compiler-enforced `-fno-exceptions` mode (note [caveats][]).
* Compiler conversion of exceptions to branching at all callsites.
-These modes are very unfortunate for code bases which rely on C++ exception
-handling, but are perfectly acceptable for C code, or for C++ code which avoids
+These modes are unfortunate for code bases which rely on C++ exception handling,
+but are perfectly acceptable for C code, or for C++ code which avoids
exceptions. This doesn't prevent developers from using the STL: their code will
function correctly as long as it doesn't encounter exceptional cases.