Skip to content

Commit a2c9313

Browse files
committed
Fix typo in a MVVM Toolkit diagnostic description
1 parent 7fdc18e commit a2c9313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CommunityToolkit.Mvvm.SourceGenerators/Diagnostics/DiagnosticDescriptors.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ internal static class DiagnosticDescriptors
457457
category: typeof(ObservablePropertyGenerator).FullName,
458458
defaultSeverity: DiagnosticSeverity.Error,
459459
isEnabledByDefault: true,
460-
description: "Types annotated with [NotifyDataErrorInfo] must inherit from ObservableRecipient.",
460+
description: "Types annotated with [NotifyDataErrorInfo] must inherit from ObservableValidator.",
461461
helpLinkUri: "https://aka.ms/mvvmtoolkit");
462462

463463
/// <summary>

0 commit comments

Comments
 (0)