Skip to content

Commit

Permalink
Fix "Extglobs" table in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Sep 16, 2019
1 parent 5ecda3a commit eb19da8
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 @@ -400,7 +400,7 @@ Picomatch's matching features and expected results in unit tests are based on Ba
### Extglobs

| **Pattern** | **Description** |
| --- | --- | --- |
| --- | --- |
| `@(pattern)` | Match _only one_ consecutive occurrence of `pattern` |
| `*(pattern)` | Match _zero or more_ consecutive occurrences of `pattern` |
| `+(pattern)` | Match _one or more_ consecutive occurrences of `pattern` |
Expand Down

0 comments on commit eb19da8

Please sign in to comment.