Skip to content

Commit 124a614

Browse files
committed
Update consolidated snippets
1 parent 8fdc7db commit 124a614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/consolidated/regex.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"description": "Matches duplicated word in a text.",
3030
"author": "majvax",
3131
"tags": [
32-
"trim"
32+
"duplication"
3333
],
3434
"contributors": [],
3535
"code": "\\b(\\w+)\\s+\\1\\b\n\n\n-> Usage:\nI need to finish this task ✗\nI need to to finish this task ✓\n"

0 commit comments

Comments
 (0)