From e912ebb5cd894d1f2e7bfd5d1f7e529e1be3bfc7 Mon Sep 17 00:00:00 2001 From: Kermit Alexander II Date: Fri, 17 Feb 2023 20:17:35 +0000 Subject: [PATCH] Fix documentation post-rebase. --- ext/strings.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ext/strings.go b/ext/strings.go index 9e17ef4a..4978b393 100644 --- a/ext/strings.go +++ b/ext/strings.go @@ -1067,10 +1067,8 @@ func makeMatcher(locale string) (language.Matcher, error) { return language.NewMatcher(tags), nil } -// escape implements a string escaping function. The string will be wrapped in +// quoting implements a string quoting function. The string will be wrapped in // double quotes, and all valid CEL escape sequences will be escaped to show up -// quote implements a string quoting function. The string will be wrapped in -// double quotes, and all valid CEL quote sequences will be escaped to show up // literally if printed. func quote(s string) (string, error) { var quotedStrBuilder strings.Builder