diff --git a/docs/en/sql-reference/functions/string-functions.md b/docs/en/sql-reference/functions/string-functions.md index a4259c0d7f3..d759da4a106 100644 --- a/docs/en/sql-reference/functions/string-functions.md +++ b/docs/en/sql-reference/functions/string-functions.md @@ -1556,8 +1556,7 @@ The result type is UInt64. ## normalizeQuery -Replaces literals, sequences of literals and complex aliases (containing whitespace, more than two digits -or at least 36 bytes long such as UUIDs) with placeholder `?`. +Replaces literals, sequences of literals and complex aliases (containing whitespace, more than two digits or at least 36 bytes long such as UUIDs) with placeholder `?`. **Syntax**