Fix comment typo (#22409)
This commit is contained in:
parent
675bceca57
commit
eccd6272b3
|
|
@ -65,7 +65,7 @@ namespace Microsoft.AspNetCore.Mvc.Routing
|
||||||
throw new ArgumentNullException(nameof(candidates));
|
throw new ArgumentNullException(nameof(candidates));
|
||||||
}
|
}
|
||||||
|
|
||||||
// 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
|
||||||
// mismatch.
|
// mismatch.
|
||||||
bool? needs415Endpoint = null;
|
bool? needs415Endpoint = null;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue