Skip to content

Commit d7dddb1

Browse files
Nigel-Ecmajskeet
authored andcommitted
Update classes.md
Fix a grammar text alignment typo
1 parent ebf2058 commit d7dddb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standard/classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ A type parameter is a simple identifier that denotes a placeholder for a type ar
149149
```ANTLR
150150
type_parameter_list
151151
: '<' type_parameters '>'
152-
;
152+
;
153153
154154
type_parameters
155155
: attributes? type_parameter

0 commit comments

Comments
 (0)