Skip to content

Commit 0c2fa21

Browse files
committed
spelling: highlighting
Signed-off-by: Josh Soref <[email protected]>
1 parent 772a6d0 commit 0c2fa21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/extractor/Semmle.Extraction.CSharp/Entities/CachedSymbol.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ protected void ExtractCompilerGenerated(TextWriter trapFile)
6666
}
6767

6868
/// <summary>
69-
/// The location which is stored in the database and is used when highlighing source code.
69+
/// The location which is stored in the database and is used when highlighting source code.
7070
/// It's generally short, e.g. a method name.
7171
/// </summary>
7272
public override Microsoft.CodeAnalysis.Location? ReportingLocation => Symbol.Locations.FirstOrDefault();

0 commit comments

Comments
 (0)