diff --git a/docs/en/sql-reference/functions/string-functions.md b/docs/en/sql-reference/functions/string-functions.md index 950f77cc685..7e68b11b71a 100644 --- a/docs/en/sql-reference/functions/string-functions.md +++ b/docs/en/sql-reference/functions/string-functions.md @@ -104,7 +104,7 @@ length(s) **Returned value** -- Length of the string `s` in bytes. [UInt64](../data-types/int-uint). +- Length of the string or array `s` in bytes. [UInt64](../data-types/int-uint). **Example**