Skip to content

Commit 33cf72e

Browse files
es128phated
authored andcommitted
docs: update escaping example
1 parent 7fed224 commit 33cf72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following characters have special significance in glob patterns and must be
5353

5454
```js
5555
globParent('foo/[bar]/') // 'foo'
56-
globParent('foo/\\[bar]/') // 'foo/\\[bar]'
56+
globParent('foo/\\[bar]/') // 'foo/[bar]'
5757
```
5858

5959
Change Log

0 commit comments

Comments
 (0)