Skip to content

Commit 64157c9

Browse files
DynamicFieldpranavkm
authored andcommitted
Typo fix on Problem's documentation (#13812)
1 parent 1ea43c5 commit 64157c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mvc/Mvc.Core/src/ControllerBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1848,7 +1848,7 @@ public virtual ConflictObjectResult Conflict([ActionResultObjectValue] ModelStat
18481848
/// <summary>
18491849
/// Creates an <see cref="ObjectResult"/> that produces a <see cref="ProblemDetails"/> response.
18501850
/// </summary>
1851-
/// <param name="statusCode">The value for <see cref="ProblemDetails.Status" />..</param>
1851+
/// <param name="statusCode">The value for <see cref="ProblemDetails.Status" />.</param>
18521852
/// <param name="detail">The value for <see cref="ProblemDetails.Detail" />.</param>
18531853
/// <param name="instance">The value for <see cref="ProblemDetails.Instance" />.</param>
18541854
/// <param name="title">The value for <see cref="ProblemDetails.Title" />.</param>

0 commit comments

Comments
 (0)