Skip to content

Commit

Permalink
Fix documentation post-rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
DangerOnTheRanger committed Feb 17, 2023
1 parent c84cebe commit e912ebb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ext/strings.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e912ebb

Please sign in to comment.