From 18e863386bc9828f1764deed216676f1317a0edb Mon Sep 17 00:00:00 2001 From: Trigam <142107083+TrigamDev@users.noreply.github.com> Date: Thu, 12 Sep 2024 12:29:13 -0400 Subject: [PATCH] Update .verb.md Fix typo --- .verb.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).