You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 8, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: pkg/config/funcs/doc.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ func Docs() map[string]string {
50
50
"range": "generate a list of numbers",
51
51
"regex": "match the given string against the given regular expression pattern, returning captures if defined",
52
52
"regexall": "same as regex but look for all matches of the given pattern rather than just the first",
53
-
"replace": "`replace` searches a given string for another given substring, and replaces each occurrence with a given replacement string.",
53
+
"replace": "searches a given string for another given substring, and replaces each occurrence with a given replacement string.",
54
54
"reverse": "reverse the order of the elements in the list",
55
55
"selectormatch": "applies a selector to a map and returns true if the selector matches",
56
56
"selectorlookup": "applies a map of selectors to a map of labels. The value for the first matching selector is returned. If none match, the default is returned.",
0 commit comments