We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3d8b4 commit d310440Copy full SHA for d310440
src/Http/Routing/src/Matching/IEndpointSelectorPolicy.cs
@@ -6,7 +6,7 @@
6
namespace Microsoft.AspNetCore.Routing.Matching;
7
8
/// <summary>
9
-/// A <see cref="MatcherPolicy"/> interface that can implemented to filter endpoints
+/// A <see cref="MatcherPolicy"/> interface that can be implemented to filter endpoints
10
/// in a <see cref="CandidateSet"/>. Implementations of <see cref="IEndpointSelectorPolicy"/> must
11
/// inherit from <see cref="MatcherPolicy"/> and should be registered in
12
/// the dependency injection container as singleton services of type <see cref="MatcherPolicy"/>.
0 commit comments