Update docs/en/sql-reference/functions/string-functions.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
Roman Bug 2021-08-09 16:20:43 +03:00 committed by GitHub
parent be082ff33e
commit e618e3d2f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,7 @@ leftPadUTF8('string','length'[, 'pad_string'])
**Arguments**
- `string` — Input UTF-8 string, that need to be padded. [String](../data-types/string.md).
- `string` — Input UTF-8 string, that needs to be padded. [String](../data-types/string.md).
- `length` — The length of the resulting string once the input string pads. [UInt](../data-types/int-uint.md). If the value is less than input string length, then string is returned as-is.
- `pad_string` — The string to pad the current input string with. [String](../data-types/string.md).