Skip to content

Commit

Permalink
Merge pull request #86592 from emklasson/fix_gd0103_link
Browse files Browse the repository at this point in the history
Fix typo in GD0103 error link
  • Loading branch information
akien-mga committed Jan 10, 2024
2 parents be4273a + a2b1830 commit 8a6debd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ ISymbol exportedMemberSymbol
DiagnosticSeverity.Error,
isEnabledByDefault: true,
description,
helpLinkUri: string.Format(_helpLinkFormat, "GD1003")),
helpLinkUri: string.Format(_helpLinkFormat, "GD0103")),
location,
location?.SourceTree?.FilePath));
}
Expand Down

0 comments on commit 8a6debd

Please sign in to comment.