Skip to content

Commit 5b029a1

Browse files
author
Jon Skeet
authored
Apply suggestion from @jskeet
1 parent 7262c39 commit 5b029a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standard/arrays.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Every array type is a reference type ([§8.2](types.md#82-reference-types)). The
3131
3232
The grammar productions for array types are provided in [§8.2.1](types.md#821-general).
3333
34-
An array type is written as a *non_array_type* followed by one or more *rank_specifier*s, or an *array_type* followed by a *nullable_type_annotation* followed by one or more *rank_specifier*s. The latter production is used to represent array types where the element type is a nullable array type.
34+
An array type is written as a *non_array_type* followed by one or more *rank_specifier*s, or an *array_type* followed by a *nullable_type_annotation* followed by one or more *rank_specifier*s. The latter production is used to represent array types where the element type is an array type which is nullable ([§8.9](types.md#89-reference-types-and-nullability)).
3535
3636
A *non_array_type* is any *type* that is not itself an *array_type*.
3737

0 commit comments

Comments
 (0)