From afa490cf13eaa814d263a088e534e3bf8f244a5e Mon Sep 17 00:00:00 2001 From: Shogo Ohta Date: Thu, 31 Aug 2017 16:55:27 +0900 Subject: [PATCH] Fix typo in Overview --- document/core/intro/overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document/core/intro/overview.rst b/document/core/intro/overview.rst index b0b6a5630b..593dff225d 100644 --- a/document/core/intro/overview.rst +++ b/document/core/intro/overview.rst @@ -40,7 +40,7 @@ This language is structured around the following concepts. **Traps** Under some conditions, certain instructions may produce a *trap*, - which immediately aborts excecution. + which immediately aborts execution. Traps cannot be handled by WebAssembly code, but are reported to the outside environment, where they typically can be caught.