We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7262c39 commit 5b029a1Copy full SHA for 5b029a1
1 file changed
standard/arrays.md
@@ -31,7 +31,7 @@ Every array type is a reference type ([§8.2](types.md#82-reference-types)). The
31
32
The grammar productions for array types are provided in [§8.2.1](types.md#821-general).
33
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.
+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)).
35
36
A *non_array_type* is any *type* that is not itself an *array_type*.
37
0 commit comments