Skip to content

Commit b2ca734

Browse files
committed
update incorrect comment
1 parent 264eefb commit b2ca734

File tree

1 file changed

+1
-1
lines changed
  • src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/EditorConfig/Parsing/Sections

1 file changed

+1
-1
lines changed

src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/EditorConfig/Parsing/Sections/SectionMatch.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ internal enum SectionMatch
3737
/// Matches the file pattern according to the editorconfig specification but is a superset of an exact language match.
3838
/// </summary>
3939
/// <remarks>
40-
/// Patterns such as [*] or [*s] would match for C# in this case (being a superset of *.cs)
40+
/// Patterns such as [*c*] or [*s] would match for C# in this case (being a superset of *.cs)
4141
/// </remarks>
4242
SupersetFilePatternMatch = 3,
4343
/// <summary>

0 commit comments

Comments
 (0)