Skip to content

Commit eb19da8

Browse files
Fix "Extglobs" table in readme
1 parent 5ecda3a commit eb19da8

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
@@ -400,7 +400,7 @@ Picomatch's matching features and expected results in unit tests are based on Ba
400400
### Extglobs
401401

402402
| **Pattern** | **Description** |
403-
| --- | --- | --- |
403+
| --- | --- |
404404
| `@(pattern)` | Match _only one_ consecutive occurrence of `pattern` |
405405
| `*(pattern)` | Match _zero or more_ consecutive occurrences of `pattern` |
406406
| `+(pattern)` | Match _one or more_ consecutive occurrences of `pattern` |

0 commit comments

Comments
 (0)