Skip to content

Commit f4b587e

Browse files
github-john-doetmat
authored andcommitted
Fix a typo (#148)
1 parent 7ff0cde commit f4b587e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.DiaSymReader.Converter/PdbConverterWindowsToPortable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,7 @@ private static byte[] ConvertSourceServerToSourceLinkData(byte[] sourceServerDat
13301330
// internal for testing
13311331
internal static string ConvertSourceServerToSourceLinkData(string sourceServerData)
13321332
{
1333-
// TODO: replicate what debugger does (https://github.com/dotnet/symreader-converter/issues/510)
1333+
// TODO: replicate what debugger does (https://github.com/dotnet/symreader-converter/issues/51)
13341334

13351335
string[] lines = sourceServerData.Split(new[] { "\r\n" }, StringSplitOptions.RemoveEmptyEntries);
13361336

0 commit comments

Comments
 (0)