aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/locale/language.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/locale/language.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/locale/language.lux b/stdlib/source/library/lux/locale/language.lux
index 8484972e2..cfc25fe7d 100644
--- a/stdlib/source/library/lux/locale/language.lux
+++ b/stdlib/source/library/lux/locale/language.lux
@@ -570,5 +570,5 @@
(def: hash
(|>> ..code
- (# text.hash hash))))
+ (at text.hash hash))))
)