From 304c3fcc9b83d36ee95fe2e88402fd00d8666b29 Mon Sep 17 00:00:00 2001 From: Danila Kutenin Date: Sun, 7 Apr 2019 21:59:53 +0300 Subject: [PATCH] docs --- docs/en/query_language/functions/string_functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/query_language/functions/string_functions.md b/docs/en/query_language/functions/string_functions.md index 5b1fcc0cc80..448a73789aa 100644 --- a/docs/en/query_language/functions/string_functions.md +++ b/docs/en/query_language/functions/string_functions.md @@ -58,7 +58,7 @@ If the string contains a set of bytes that is not UTF-8, then the behavior is un ## isValidUTF8 -Returns 1, if set of bytes is valid UTF-8 encoded, otherwise 0. +Returns 1, if the set of bytes is valid UTF-8 encoded, otherwise 0. ## reverse