From d2c3f6c8cd7f8b7866f5c043c5361c18d7a5102e Mon Sep 17 00:00:00 2001 From: "Clemens (Hammacher) Backes" Date: Mon, 23 Mar 2020 18:04:43 +0100 Subject: [PATCH] Fix inconsistency in section order In #90 it was decided to move the event section between memory section and global section. This change is reflected in the next paragraph, but not in the introduction. --- proposals/Exceptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/Exceptions.md b/proposals/Exceptions.md index 0531d7ab..dc0ee396 100644 --- a/proposals/Exceptions.md +++ b/proposals/Exceptions.md @@ -414,7 +414,7 @@ or defined: #### High-level structure A new `event` section is introduced and is named `event`. If included, it must -appear immediately after the global section. +appear immediately after the memory section. ##### Event section