diff --git a/regex/doc.go b/regex/doc.go index 9ca1f04..c5124e0 100644 --- a/regex/doc.go +++ b/regex/doc.go @@ -173,6 +173,6 @@ The following features are not available in [regexp], but are supported in my en 1. Lookarounds 2. Numeric ranges -The goal is to shorten the first list, and expand the second. +I hope to shorten the first list, and expand the second. */ package regex