diff --git a/.verb.md b/.verb.md index b1356f2..2ff1e31 100644 --- a/.verb.md +++ b/.verb.md @@ -191,8 +191,8 @@ Adds support for zero-padding! **Optimizations** -Repeating ranges are now grouped using quantifiers. rocessing time is roughly the same, but the generated regex is much smaller, which should result in faster matching. +Repeating ranges are now grouped using quantifiers. Processing time is roughly the same, but the generated regex is much smaller, which should result in faster matching. ## Attribution -Inspired by the python library [range-regex](https://github.com/dimka665/range-regex). \ No newline at end of file +Inspired by the python library [range-regex](https://github.com/dimka665/range-regex).