Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Jun 19, 2024
1 parent da77371 commit 22dbd21
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 @@ -261,7 +261,7 @@ static RE_TWO_CHARS: Lazy<Regex> = Lazy::new(|| {
});

#[validate(regex = *RE_TWO_CHARS)]
#[validate(regex(path = *RE_TWO_CHARS")]
#[validate(regex(path = *RE_TWO_CHARS)]
```

### credit\_card
Expand Down

0 comments on commit 22dbd21

Please sign in to comment.