Minor documentation fix for SerializableError
ModelStateEntry -> ModelStateDictionary
This commit is contained in:
parent
c8614e9aa8
commit
ece5e748ad
|
|
@ -26,7 +26,7 @@ namespace Microsoft.AspNetCore.Mvc
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Creates a new instance of <see cref="SerializableError"/>.
|
/// Creates a new instance of <see cref="SerializableError"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="modelState"><see cref="ModelStateEntry"/> containing the validation errors.</param>
|
/// <param name="modelState"><see cref="ModelStateDictionary"/> containing the validation errors.</param>
|
||||||
public SerializableError(ModelStateDictionary modelState)
|
public SerializableError(ModelStateDictionary modelState)
|
||||||
: this()
|
: this()
|
||||||
{
|
{
|
||||||
|
|
@ -57,4 +57,4 @@ namespace Microsoft.AspNetCore.Mvc
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue