We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 772a6d0 commit 0c2fa21Copy full SHA for 0c2fa21
csharp/extractor/Semmle.Extraction.CSharp/Entities/CachedSymbol.cs
@@ -66,7 +66,7 @@ protected void ExtractCompilerGenerated(TextWriter trapFile)
66
}
67
68
/// <summary>
69
- /// The location which is stored in the database and is used when highlighing source code.
+ /// The location which is stored in the database and is used when highlighting source code.
70
/// It's generally short, e.g. a method name.
71
/// </summary>
72
public override Microsoft.CodeAnalysis.Location? ReportingLocation => Symbol.Locations.FirstOrDefault();
0 commit comments