mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Update Num.roc
fixed docstring typo Signed-off-by: Becker A. <awqatty.b@gmail.com>
This commit is contained in:
parent
779b948772
commit
f420e518d5
1 changed files with 1 additions and 1 deletions
|
@ -1074,7 +1074,7 @@ shiftRightBy : Int a, U8 -> Int a
|
|||
##
|
||||
## 0b1001_0000 |> shiftRightBy 2 == 0b0010_0100
|
||||
## ```
|
||||
## In some languages `shiftRightBy` is implemented as a binary operator `>>`.
|
||||
## In some languages `shiftRightZfBy` is implemented as a binary operator `>>`.
|
||||
shiftRightZfBy : Int a, U8 -> Int a
|
||||
|
||||
## Round off the given fraction to the nearest integer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue