You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Microsoft.ComponentDetection.Contracts/FileComponentDetector.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ public abstract class FileComponentDetector : IComponentDetector
35
35
publicabstractstringId{get;}
36
36
37
37
/// <summary>
38
-
/// Gets the search patterns used to produce the list of valid folders to scan.
38
+
/// Gets the search patterns used to produce the list of valid files to scan.
39
39
/// The first pattern that matches a given file will be used to determine how that file is processed, so more specific patterns should be listed before more general ones. Wildcards are accepted.
0 commit comments