Skip to content

Commit

Permalink
Merge pull request WebAssembly#81 from mirkosertic/patch-1
Browse files Browse the repository at this point in the history
Fixed a typo
  • Loading branch information
binji committed Jun 21, 2019
2 parents 42eeba8 + af146bc commit c2d35d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/Exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ import and event sections. Thus, the index space starts at zero with imported
events, followed by internally-defined events in the [event
section](#event-section).

The event index space defines the (module) static version of runtine event tags.
The event index space defines the (module) static version of runtime event tags.
For event indices that are not imported/exported, the corresponding event tag is
guaranteed to be unique over all loaded modules. Events that are imported or
exported alias the respective events defined elsewhere, and use the same tag.
Expand Down

0 comments on commit c2d35d3

Please sign in to comment.