Skip to content

Commit 2037e3f

Browse files
committed
Fix markdown.
1 parent 06e6d7e commit 2037e3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

standard/arrays.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ In effect, the *rank_specifier*s are read from left to right *before* the final
4747
> *Example*: The type in `T[][,,][,]` is a single-dimensional array of three-dimensional arrays of two-dimensional arrays of `int`. *end example*
4848
4949
At run-time, a value of an array type can be:
50+
5051
- `null`; or
5152
- a reference to an instance of that array type; or
5253
- a reference to an instance of a covariant array type, following the rules of17.6](arrays.md#176-array-covariance).

0 commit comments

Comments
 (0)