From c6fb3e8489f39d0459ff3abafbf3555e4abd124e Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Mon, 17 Jul 2023 06:38:03 -0700 Subject: [PATCH] Fix comment --- pcre.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcre.go b/pcre.go index d14e59c..85cefa2 100644 --- a/pcre.go +++ b/pcre.go @@ -622,7 +622,7 @@ type CalloutBlock struct { // CalloutBacktrack // This is set if there has been a matching backtrack since the previous callout, or since the start of matching if this is the first callout from a pcre2_match() run. // - // Both bits are set when a backtrack has caused a "bumpalong" to a new starting position in the subject. Output + // Both bits are set when a backtrack has caused a "bumpalong" to a new starting position in the subject. CalloutFlags CalloutFlags }