Skip to content

Commit

Permalink
docs: update escaping example
Browse files Browse the repository at this point in the history
  • Loading branch information
es128 authored and phated committed Jan 27, 2021
1 parent 7fed224 commit 33cf72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The following characters have special significance in glob patterns and must be

```js
globParent('foo/[bar]/') // 'foo'
globParent('foo/\\[bar]/') // 'foo/\\[bar]'
globParent('foo/\\[bar]/') // 'foo/[bar]'
```

Change Log
Expand Down

0 comments on commit 33cf72e

Please sign in to comment.