Skip to content

Commit 3566cce

Browse files
committed
missing back tick
1 parent 328de67 commit 3566cce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standard/expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2284,7 +2284,7 @@ For an array access the *argument_list* shall not contain named arguments or by-
22842284
22852285
The number of expressions in the *argument_list* shall be the same as the rank of the *array_type*, and each expression shall be:
22862286
2287-
- of type `int`, `uint`, `nint`, nuint`, `long`, or `ulong`; or
2287+
- of type `int`, `uint`, `nint`, `nuint`, `long`, or `ulong`; or
22882288
- for single rank array access only, of type `Index` or `Range`; or
22892289
- be implicitly convertible to one or more of the above types.
22902290

0 commit comments

Comments
 (0)