Skip to content

Commit cb95ed1

Browse files
authored
Apply suggestions from SME review
1 parent fd2d42d commit cb95ed1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/ruleset-engine/rules-language/functions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

109109
The return type depends on the type of input arguments. For example, if you concatenate arrays, the function will return an array.
110110

0 commit comments

Comments
 (0)