Skip to content

Commit eccd627

Browse files
authored
Fix comment typo (#22409)
1 parent 675bcec commit eccd627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mvc/Mvc.Core/src/Routing/ConsumesMatcherPolicy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public Task ApplyAsync(HttpContext httpContext, CandidateSet candidates)
6565
throw new ArgumentNullException(nameof(candidates));
6666
}
6767

68-
// We want to return a 415 iff we eliminated ALL of the currently valid endpoints due to content type
68+
// We want to return a 415 if we eliminated ALL of the currently valid endpoints due to content type
6969
// mismatch.
7070
bool? needs415Endpoint = null;
7171

0 commit comments

Comments
 (0)