File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/content/docs/ruleset-engine/rules-language Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,9 +102,9 @@ You can only use the `cidr6()` function in [custom rules](/waf/custom-rules/) an
102102### ` concat `
103103
104104{ /* prettier-ignore */ }
105- <code >concat(<Type text = " String | Bytes | Array elements " />)</code >: <Type text = " String | Array" />
105+ <code >concat(<Type text = " String | Bytes | Array" />)</code >: <Type text = " String | Array" />
106106
107- Takes a comma-separated list of values. Concatenates the argument values into a single String.
107+ Takes a comma-separated list of values. Concatenates the argument values into a single String or array .
108108
109109The return type depends on the type of input arguments. For example, if you concatenate arrays, the function will return an array.
110110
You can’t perform that action at this time.
0 commit comments