Skip to content

Commit 2257215

Browse files
author
Jon Skeet
authored
Apply suggestion from @jskeet
1 parent 228bb5a commit 2257215

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
@@ -39,7 +39,7 @@ When determining the rank and element type of array type as specified below, onl
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
42-
The element type of an array type is the type that results from deleting the leftmost *rank_specifier*.
42+
The element type of an array type is the type that results from deleting the leftmost *rank_specifier* from the *array_type*.
4343
4444
> *Example*: The following code shows several variable declarations, including a mixture of single-dimensional arrays, multi-dimensional arrays, and arrays of arrays, with some using nullable reference types. In each case, the rank and element type is described, and then demonstrated with a second variable declaration which is initialized using an element access expression.
4545
>

0 commit comments

Comments
 (0)