From 34b4cb5f48eb99898129795d90b0f8f114bf96d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 18:00:58 -0400 Subject: [PATCH] [create-pull-request] automated change (#1149) Co-authored-by: BillWagner --- standard/grammar.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/standard/grammar.md b/standard/grammar.md index 9bbb6e65e..15373814c 100644 --- a/standard/grammar.md +++ b/standard/grammar.md @@ -535,8 +535,7 @@ fragment PP_Compilation_Unit_Name_Character // Source: ยง6.5.9 Nullable directive fragment PP_Nullable - : PP_Whitespace? '#' PP_Whitespace? 'nullable' PP_Whitespace PP_Nullable_Action - (PP_Whitespace PP_Nullable_Target)? PP_New_Line + : 'nullable' PP_Whitespace PP_Nullable_Action (PP_Whitespace PP_Nullable_Target)? ; fragment PP_Nullable_Action : 'disable'