Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Fixed a typo #81

Merged
merged 1 commit into from
Jun 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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