aboutsummaryrefslogtreecommitdiff
path: root/EssentialPostMVPFeatures.md
diff options
context:
space:
mode:
authorJF Bastien <jfb@chromium.org>2015-06-11 20:24:38 +0200
committerJF Bastien <jfb@chromium.org>2015-06-11 20:24:38 +0200
commit6ec45bfca37b09c5b499e4b057a4f2757546b8e0 (patch)
tree22b3483391f4dabf974ee03d9446569f7a0f3639 /EssentialPostMVPFeatures.md
parenta5fa6585f2d0a952fca085e1557bbce93e46997b (diff)
downloadnanowasm-design-6ec45bfca37b09c5b499e4b057a4f2757546b8e0.tar.gz
Drop 'very'.
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.