From af15904f3bf54da1d8ce9071eeddfc87888957bb Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Sun, 9 Feb 2025 15:41:13 -0500 Subject: [PATCH] Updated documentation --- regex/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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