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:35:07 +03:00 committed by GitHub
parent 4e4db85784
commit d024efd9b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,7 @@ bitShiftRight(a, b)
**Arguments**
- `a` — A value to shift. [Integer](../../sql-reference/data-types/int-uint.md), [String](../../sql-reference/data-types/string.md), [FixedString](../../sql-reference/data-types/fixedstring.md)
- `a` — A value to shift. [Int/UInt](../../sql-reference/data-types/int-uint.md), [String](../../sql-reference/data-types/string.md), [FixedString](../../sql-reference/data-types/fixedstring.md).
- `b` — A count of positions. [Unsigned integer](../../sql-reference/data-types/int-uint.md), 64 bit types or less are allowed.
**Returned value**