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

Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
This commit is contained in:
lehasm 2021-11-01 18:32:21 +03:00 committed by GitHub
parent 2ff38cd128
commit ec9eca4551
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ Shifts the bit representation of a value to the left by a specified number of bi
A `FixedString` or a `String` are treated as a single multibyte value.
Bits of a `FixedString` value are lost as they are shifted out. On the contrary a `String` value is extended with additional bytes, so no bits are lost.
Bits of a `FixedString` value are lost as they are shifted out. On the contrary, a `String` value is extended with additional bytes, so no bits are lost.
**Syntax**