Skip to content

Commit d310440

Browse files
authored
Fix typo in IEndpointSelectorPolicy documentation (#64403)
1 parent ee3d8b4 commit d310440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Routing/src/Matching/IEndpointSelectorPolicy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace Microsoft.AspNetCore.Routing.Matching;
77

88
/// <summary>
9-
/// A <see cref="MatcherPolicy"/> interface that can implemented to filter endpoints
9+
/// A <see cref="MatcherPolicy"/> interface that can be implemented to filter endpoints
1010
/// in a <see cref="CandidateSet"/>. Implementations of <see cref="IEndpointSelectorPolicy"/> must
1111
/// inherit from <see cref="MatcherPolicy"/> and should be registered in
1212
/// the dependency injection container as singleton services of type <see cref="MatcherPolicy"/>.

0 commit comments

Comments
 (0)