From 67f8fa515c68d3c070915de9ac8b34407f7ea1eb Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Sat, 23 Jul 2022 17:03:30 -0700 Subject: [PATCH] Fix typo in "Notable Limitations" section of README (#246) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0019ad..d052f3b 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ in the install directory. This repository does not yet support C++ exceptions. C++ code is supported only with -fno-exceptions for now. Similarly, there is not yet support for setjmp/longjmp. Work on support for [exception handling] -s underway at the language level which will support both of these +is underway at the language level which will support both of these features. [exception handling]: https://github.com/WebAssembly/exception-handling/