Typo fix
This commit is contained in:
parent
bfbc04f758
commit
e659b578f6
|
|
@ -8,7 +8,7 @@ using Microsoft.AspNetCore.Mvc.ModelBinding;
|
||||||
namespace Microsoft.AspNetCore.Mvc
|
namespace Microsoft.AspNetCore.Mvc
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A <see cref="StatusCodeResult"/> that when executed will produce a Conflict (409) response.
|
/// An <see cref="ObjectResult"/> that when executed will produce a Conflict (409) response.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class ConflictObjectResult : ObjectResult
|
public class ConflictObjectResult : ObjectResult
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue