Fixup doc comment (#23229)

This commit is contained in:
Pranav K 2020-06-22 15:39:39 -07:00 committed by GitHub
parent 210a31df35
commit 827751ffe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ namespace Microsoft.AspNetCore.Mvc.ModelBinding
{
/// <summary>
/// Uses the framework default behavior for processing empty bodies.
/// This is typically configured using <c>MvcOptions.AllowEmptyInputInBodyModelBinding</c>
/// This is typically configured using <c>MvcOptions.AllowEmptyInputInBodyModelBinding</c>.
/// </summary>
Default,