Merge pull request #86592 from emklasson/fix_gd0103_link
Fix typo in GD0103 error link
This commit is contained in:
commit
8a6debd71e
|
@ -146,7 +146,7 @@ namespace Godot.SourceGenerators
|
||||||
DiagnosticSeverity.Error,
|
DiagnosticSeverity.Error,
|
||||||
isEnabledByDefault: true,
|
isEnabledByDefault: true,
|
||||||
description,
|
description,
|
||||||
helpLinkUri: string.Format(_helpLinkFormat, "GD1003")),
|
helpLinkUri: string.Format(_helpLinkFormat, "GD0103")),
|
||||||
location,
|
location,
|
||||||
location?.SourceTree?.FilePath));
|
location?.SourceTree?.FilePath));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue