Fix type name in XML doc (#9346)
This commit is contained in:
parent
598a29718b
commit
c6df1b8a14
|
|
@ -25,7 +25,7 @@ namespace Microsoft.AspNetCore.Components.Forms
|
|||
[Parameter] public Expression<Func<T>> For { get; private set; }
|
||||
|
||||
/// <summary>`
|
||||
/// Constructs an instance of <see cref="ValidationSummary"/>.
|
||||
/// Constructs an instance of <see cref="ValidationMessage{T}"/>.
|
||||
/// </summary>
|
||||
public ValidationMessage()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue