Typo fix on Problem's documentation (#13812)

This commit is contained in:
jeuxjeux20 2019-09-09 23:22:10 +02:00 committed by Pranav K
parent 1ea43c5492
commit 64157c95c1
1 changed files with 1 additions and 1 deletions

View File

@ -1848,7 +1848,7 @@ namespace Microsoft.AspNetCore.Mvc
/// <summary>
/// Creates an <see cref="ObjectResult"/> that produces a <see cref="ProblemDetails"/> response.
/// </summary>
/// <param name="statusCode">The value for <see cref="ProblemDetails.Status" />..</param>
/// <param name="statusCode">The value for <see cref="ProblemDetails.Status" />.</param>
/// <param name="detail">The value for <see cref="ProblemDetails.Detail" />.</param>
/// <param name="instance">The value for <see cref="ProblemDetails.Instance" />.</param>
/// <param name="title">The value for <see cref="ProblemDetails.Title" />.</param>