Fix type name in XML doc (#9346)

This commit is contained in:
Henk Mollema 2019-04-15 18:46:41 +02:00 committed by Nate McMaster
parent 598a29718b
commit c6df1b8a14
1 changed files with 1 additions and 1 deletions

View File

@ -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()
{