From f970a56e5f356d96d7df2963bc3975043e15d91f Mon Sep 17 00:00:00 2001 From: Addison Phillips Date: Mon, 18 Nov 2024 12:26:51 -0800 Subject: [PATCH] Fix normative-in-informative We have one instance of a normative note. This fixes it. --- spec/formatting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/formatting.md b/spec/formatting.md index 5aaafb96e9..cf33d56229 100644 --- a/spec/formatting.md +++ b/spec/formatting.md @@ -60,7 +60,7 @@ nor be made available to _function handlers_. > An implementation MUST ensure that every _expression_ in a _message_ > is evaluated at most once. -> [!NOTE] +> [!IMPORTANT] > > Implementations with lazy evaluation MUST NOT use a > call-by-name evaluation strategy. Instead, they must evaluate expressions