Typo fix on Problem's documentation (#13812)
This commit is contained in:
parent
1ea43c5492
commit
64157c95c1
|
|
@ -1848,7 +1848,7 @@ namespace Microsoft.AspNetCore.Mvc
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Creates an <see cref="ObjectResult"/> that produces a <see cref="ProblemDetails"/> response.
|
/// Creates an <see cref="ObjectResult"/> that produces a <see cref="ProblemDetails"/> response.
|
||||||
/// </summary>
|
/// </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="detail">The value for <see cref="ProblemDetails.Detail" />.</param>
|
||||||
/// <param name="instance">The value for <see cref="ProblemDetails.Instance" />.</param>
|
/// <param name="instance">The value for <see cref="ProblemDetails.Instance" />.</param>
|
||||||
/// <param name="title">The value for <see cref="ProblemDetails.Title" />.</param>
|
/// <param name="title">The value for <see cref="ProblemDetails.Title" />.</param>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue