From aa9e2324ee83919b1f256c7242bdfd45fe2a5301 Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Thu, 30 Jan 2025 11:25:19 -0500 Subject: [PATCH] Removed unnecessary space --- regex/doc.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/regex/doc.go b/regex/doc.go index daa78a3..bc8f6c8 100644 --- a/regex/doc.go +++ b/regex/doc.go @@ -3,7 +3,5 @@ Package regex implements an NFA-based engine to search for regular expressions in strings. The engine does not use backtracking, and is therefore not vulnerable to catastrophic backtracking. The regex syntax supported (a variation of Golang's) is specified in the Syntax section. - */ - package regex