Skip to content

Commit fbd615c

Browse files
authored
Fix typo in source-gen error: soruce -> source (dotnet#29242)
1 parent aa9e93e commit fbd615c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controls/src/BindingSourceGen/DiagnosticsFactory.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public static DiagnosticInfo LambdaResultCannotBeResolved(Location location)
7676
new DiagnosticDescriptor(
7777
id: "BSG0006",
7878
title: "Lambda result type cannot be resolved",
79-
messageFormat: "The lambda result type cannot be resolved. Make sure that soruce generated fields / properties are not used in the path.",
79+
messageFormat: "The lambda result type cannot be resolved. Make sure that source generated fields / properties are not used in the path.",
8080
category: "Usage",
8181
defaultSeverity: DiagnosticSeverity.Error,
8282
isEnabledByDefault: true),

0 commit comments

Comments
 (0)