Skip to content

Commit

Permalink
Merge pull request #20 from kamikazebr/patch-1
Browse files Browse the repository at this point in the history
Fix panic because comma in README.md
  • Loading branch information
Divide-By-0 authored Oct 25, 2023
2 parents fb46dc9 + a33315c commit 5b5e1d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ For example, if you want to verify the regex of `email was meant for @(a|b|c|d|e
"parts":[
{
"is_public": false,
"regex_def": "email was meant for @",
"regex_def": "email was meant for @"
},
{
"is_public": true,
"regex_def": "(a|b|c|d|e|f|g|h|i|j|k|l|m|n|o|p|q|r|s|t|u|v|w|x|y|z)+",
"regex_def": "(a|b|c|d|e|f|g|h|i|j|k|l|m|n|o|p|q|r|s|t|u|v|w|x|y|z)+"
},
{
"is_public": false,
"regex_def": ".",
"regex_def": "."
}
]
}
Expand Down

0 comments on commit 5b5e1d4

Please sign in to comment.