We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 264eefb commit b2ca734Copy full SHA for b2ca734
src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/EditorConfig/Parsing/Sections/SectionMatch.cs
@@ -37,7 +37,7 @@ internal enum SectionMatch
37
/// Matches the file pattern according to the editorconfig specification but is a superset of an exact language match.
38
/// </summary>
39
/// <remarks>
40
- /// Patterns such as [*] or [*s] would match for C# in this case (being a superset of *.cs)
+ /// Patterns such as [*c*] or [*s] would match for C# in this case (being a superset of *.cs)
41
/// </remarks>
42
SupersetFilePatternMatch = 3,
43
/// <summary>
0 commit comments