Skip to content

Commit 7c6320e

Browse files
[create-pull-request] automated change (#519)
Co-authored-by: BillWagner <[email protected]>
1 parent 14cf54f commit 7c6320e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standard/grammar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1659,7 +1659,7 @@ qualified_alias_member
16591659
// Source: §14.2.1 General
16601660
class_declaration
16611661
: attributes? class_modifier* 'partial'? 'class' identifier type_parameter_list?
1662-
class_base? type_parameter_constraints_clause* class_body ';'?
1662+
class_base? type_parameter_constraints_clause* class_body ';'?
16631663
;
16641664
16651665
// Source: §14.2.2.1 General

0 commit comments

Comments
 (0)