Closed insertish closed 2 years ago
The documentation incorrectly specifies tilde (~) instead of hyphen (-). PR changes A-Za-z0-9_~ to A-Za-z0-9_- in Rust doc comment.
A-Za-z0-9_~
A-Za-z0-9_-
This tripped me up when writing a Regex for a nanoid, probably because it's late at night, I'm sure someone else will appreciate this too. Thank you.
The documentation incorrectly specifies tilde (~) instead of hyphen (-). PR changes
A-Za-z0-9_~
toA-Za-z0-9_-
in Rust doc comment.This tripped me up when writing a Regex for a nanoid, probably because it's late at night, I'm sure someone else will appreciate this too. Thank you.