Update Num.roc

fixed docstring typo

Signed-off-by: Becker A. <awqatty.b@gmail.com>
This commit is contained in:
Becker A 2023-12-04 10:54:17 -07:00 committed by GitHub
parent 779b948772
commit f420e518d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.