Update string-functions.md

This commit is contained in:
Shaun Struwig 2024-04-24 19:54:00 +02:00 committed by GitHub
parent 30583d594c
commit 2d9a1d5259
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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**