Skip to content

Commit 3f8efed

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

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
@@ -2574,7 +2574,7 @@ If *primary_no_array_creation_expression* is a writable variable, the result of
25742574
public Span<T> Slice (int start, int length)
25752575
```
25762576
2577-
passing the `int` equivalents of the Ranges start and end Indexes, respectively, 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
2577+
passing the `int` equivalents of the Ranges start and end Indexes, respectively, 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
25782578
25792579
```csharp
25802580
static System.Span<T> GetSlice(ref «InlineArrayType» array)

0 commit comments

Comments
 (0)