Skip to content

Commit 950f0f1

Browse files
authored
fix md formatting
1 parent b4e2484 commit 950f0f1

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
@@ -2596,7 +2596,7 @@ If *primary_no_array_creation_expression* is a writable variable, the result of
25962596
public Span<T> Slice (int start, int length)
25972597
```
25982598
2599-
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
2599+
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
26002600
26012601
```csharp
26022602
static System.Span<T> GetSlice(ref «InlineArrayType» array)

0 commit comments

Comments
 (0)