Skip to content

Commit b4e2484

Browse files
authored
fix md formatting
1 parent 011068c commit b4e2484

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
@@ -2512,7 +2512,7 @@ If *primary_no_array_creation_expression* is a writable variable, the result of
25122512
public ref T this[int index] { get; }
25132513
```
25142514
2515-
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
2515+
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
25162516

25172517
```csharp
25182518
static ref T GetItem(ref «InlineArrayType» array)

0 commit comments

Comments
 (0)