Skip to content

Commit 9430ac2

Browse files
RexJaeschkeBillWagner
authored andcommitted
fix md formatting
1 parent c11f259 commit 9430ac2

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
@@ -2490,7 +2490,7 @@ If *primary_no_array_creation_expression* is a writable variable, the result of
24902490
public ref T this[int index] { get; }
24912491
```
24922492
2493-
with *argument* as the index, on an instance of `System.Span<T>` that was created from the inline array designated by *primary_no_array_creation_expression*. For the purpose of ref-safety analysis, the safe-context ([§9.7.2.1]variables.md#9721-general)) of the access is equivalent to that for an invocation of a method with the signature
2493+
with *argument* as the index, on an instance of `System.Span<T>` that was created from the inline array designated by *primary_no_array_creation_expression*. For the purpose of ref-safety analysis, the safe-context ([§9.7.2.1](variables.md#9721-general)) of the access is equivalent to that for an invocation of a method with the signature
24942494

24952495
```csharp
24962496
static ref T GetItem(ref «InlineArrayType» array)

0 commit comments

Comments
 (0)