Skip to content

Commit 7262c39

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

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
@@ -35,7 +35,7 @@ An array type is written as a *non_array_type* followed by one or more *rank_spe
3535
3636
A *non_array_type* is any *type* that is not itself an *array_type*.
3737
38-
When determining the rank and element type of array type as specified below, only the *rank_specifier*s in the top-most production are considered, so in the production `array_type nullable_type_annotation rank_specifier+`, any `rank_specifier` within the `array_type` is ignored.
38+
When determining the rank and element type of array type as specified below, only the *rank_specifier*s in the outer-most production are considered, so in the production `array_type nullable_type_annotation rank_specifier+`, any `rank_specifier` within the `array_type` is ignored.
3939
4040
The rank of an array type is given by the leftmost *rank_specifier* in the *array_type*: A *rank_specifier* indicates that the array is an array with a rank of one plus the number of “`,`” tokens in the *rank_specifier*.
4141

0 commit comments

Comments
 (0)