mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
Update reference to nonexistent Encode.unsignedInt8
This commit is contained in:
parent
689c58f35e
commit
bf8399ca53
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ encode_characters = \a, b, c, d ->
|
|||
if c == equals then
|
||||
n = Num.bitwise_or(Num.shift_left_by(x, 18), Num.shift_left_by(y, 12))
|
||||
|
||||
# masking higher bits is not needed, Encode.unsignedInt8 ignores higher bits
|
||||
# masking higher bits is not needed; U8 ignores higher bits
|
||||
b1 : U8
|
||||
b1 = Num.int_cast(Num.shift_right_by(n, 16))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue