Skip to content

Commit 13c2362

Browse files
RasmusWLmbg
andauthored
C#: Apply suggestions from code review
Co-authored-by: Michael B. Gale <[email protected]>
1 parent 086e4f7 commit 13c2362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/FilePathFilter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public IEnumerable<FileInfo> Filter(IEnumerable<FileInfo> files)
7777
return unfilteredResult.Where(f =>
7878
{
7979
var include = f.FileInclusion.Include;
80-
// LGTM_INDEX_FILTERS is a prioritized list, where later filters takes
80+
// LGTM_INDEX_FILTERS is a prioritized list, where later filters take
8181
// priority over earlier ones.
8282
for (int i = pathFilters.Count - 1; i >= 0; i--)
8383
{

0 commit comments

Comments
 (0)