Skip to content

Commit e1c1533

Browse files
authored
Received feedback (SME review)
1 parent f39d60f commit e1c1533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ For example, if `http.request.uri.path` is `"/welcome.html"`, then `ends_with(ht
137137
{/* prettier-ignore */}
138138
<code>len(<Type text="String | Bytes | Array" />)</code>: <Type text="Integer" />
139139

140-
Returns the byte length of a String or Bytes array, or the number of elements in an array.
140+
Returns the byte length of a String or Bytes value, or the number of elements in an array.
141141

142142
For example, if the value of `http.host` is `"example.com"`, then `len(http.host)` will return `11`.
143143

0 commit comments

Comments
 (0)