Skip to content

Commit 228bb5a

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

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

standard/arrays.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ The rank of an array type is given by the leftmost *rank_specifier* in the *arra
4141
4242
The element type of an array type is the type that results from deleting the leftmost *rank_specifier*.
4343
44-
In effect, the *rank_specifier*s are read from left to right *before* the final non-array element type.
45-
4644
> *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.
4745
>
4846
> <!-- Example: {template:"standalone-console-without-using", name:"ArraysOfArrays", replaceEllipsis:true, customEllipsisReplacements:["default!","default!","default!","default!","default!","default!","default!","default!","default!", "default!"], expectedException:"NullReferenceException"} -->

0 commit comments

Comments
 (0)