From bdfd5a8896d115359e14b8b07d098dd1710efaa8 Mon Sep 17 00:00:00 2001 From: Roman Bug Date: Mon, 9 Aug 2021 16:21:09 +0300 Subject: [PATCH] Update docs/en/sql-reference/functions/string-functions.md Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com> --- docs/en/sql-reference/functions/string-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/sql-reference/functions/string-functions.md b/docs/en/sql-reference/functions/string-functions.md index 5e2fe5d9d66..eb04f18aa9d 100644 --- a/docs/en/sql-reference/functions/string-functions.md +++ b/docs/en/sql-reference/functions/string-functions.md @@ -95,7 +95,7 @@ leftPadUTF8('string','length'[, 'pad_string']) **Arguments** - `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. +- `length` — The length of the resulting string. [UInt](../data-types/int-uint.md). If the value is less than the input string length, then the input string is returned as-is. - `pad_string` — The string to pad the current input string with. [String](../data-types/string.md). [String](../data-types/string.md)