Skip to content

Commit ed9d629

Browse files
Fix link formatting for method shapes section
Corrected the link formatting for method shapes in the documentation.
1 parent db1741e commit ed9d629

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/core-abstractions.md

Lines changed: 1 addition & 1 deletion
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](##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:

0 commit comments

Comments
 (0)