aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux.lux')
-rw-r--r--stdlib/source/lux.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux.lux b/stdlib/source/lux.lux
index bd492b4aa..2b9d0b27e 100644
--- a/stdlib/source/lux.lux
+++ b/stdlib/source/lux.lux
@@ -2091,7 +2091,7 @@
(def:''' (high_bits value)
(list)
(-> ($' I64 Any) I64)
- ("lux i64 logical-right-shift" 32 value))
+ ("lux i64 right-shift" 32 value))
(def:''' low_mask
(list)
@@ -2167,7 +2167,7 @@
0
1)
(let' [quotient (|> subject
- ("lux i64 logical-right-shift" 1)
+ ("lux i64 right-shift" 1)
("lux i64 /" ("lux coerce" Int param))
("lux i64 left-shift" 1))
flat ("lux i64 *"