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 675bcec commit eccd627Copy full SHA for eccd627
src/Mvc/Mvc.Core/src/Routing/ConsumesMatcherPolicy.cs
@@ -65,7 +65,7 @@ public Task ApplyAsync(HttpContext httpContext, CandidateSet candidates)
65
throw new ArgumentNullException(nameof(candidates));
66
}
67
68
- // We want to return a 415 iff we eliminated ALL of the currently valid endpoints due to content type
+ // We want to return a 415 if we eliminated ALL of the currently valid endpoints due to content type
69
// mismatch.
70
bool? needs415Endpoint = null;
71
0 commit comments