Skip to content

Commit cadf8c7

Browse files
authored
Fix unescaped backslash (#4136)
1 parent bd2c14d commit cadf8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.IO.Enumeration/FileSystemName.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<param name="name">The name to check against the expression.</param>
5555
<param name="ignoreCase">
5656
<see langword="true" /> to ignore case (default); <see langword="false" /> if the match should be case-sensitive.</param>
57-
<summary>Verifies if the given expression matches the given name. Supports the following wildcards: '*' and '?'. The backslash character '\' escapes.</summary>
57+
<summary>Verifies if the given expression matches the given name. Supports the following wildcards: '*' and '?'. The backslash character '\\' escapes.</summary>
5858
<returns>
5959
<see langword="true" /> if the given expression matches the given name; otherwise, <see langword="false" />.</returns>
6060
<remarks>To be added.</remarks>

0 commit comments

Comments
 (0)