Fix comment typo (#22409)

This commit is contained in:
Steve Gordon 2020-06-03 21:26:24 +01:00 committed by GitHub
parent 675bceca57
commit eccd6272b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ namespace Microsoft.AspNetCore.Mvc.Routing
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.
bool? needs415Endpoint = null;