Skip to content

Commit

Permalink
[create-pull-request] automated change (dotnet#1149)
Browse files Browse the repository at this point in the history
Co-authored-by: BillWagner <BillWagner@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and BillWagner authored Jul 11, 2024
1 parent daa4d88 commit 34b4cb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions standard/grammar.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 34b4cb5

Please sign in to comment.