Skip to content

Commit db1741e

Browse files
Fix markdown formatting in core-abstractions.md
Updated markdown syntax for links and removed unnecessary line breaks.
1 parent f0951fa commit db1741e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/core-abstractions.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ public partial interface IFunctionTypeShape<TFunction, TArguments, TResult> : IT
384384
}
385385
```
386386

387-
Visitors accessing function shapes can be used to invoke instances of type `TFunction` or to create new instances of type `TFunction` by wrapping a generic `Func<TArgumentState, TResult>` delegate. For more information on how function or method shapes work, please refer to the ##method-shapes section below.
387+
Visitors accessing function shapes can be used to invoke instances of type `TFunction` or to create new instances of type `TFunction` by wrapping a generic `Func<TArgumentState, TResult>` delegate. For more information on how function or method shapes work, please refer to the [method shapes](##method-shapes) section below.
388388

389389

390390
To recap, the `ITypeShape` model splits .NET types into seven separate kinds:
@@ -753,8 +753,6 @@ partial class Calculator
753753
}
754754
```
755755

756-
```C#
757-
758756
### Function type shapes
759757

760758
The `IFunctionTypeShape` abstraction has many similarities with the `IMethodShape` abstraction, exposing the same facilities enabling generic function invocation:

0 commit comments

Comments
 (0)