diff options
author | Eduardo Julian | 2018-07-10 21:26:11 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-07-10 21:26:11 -0400 |
commit | 842aba98d9213b26df3f0b37c5293d18922cf7fa (patch) | |
tree | 7e8fe31a77b5574d9dd75d0157544cebe6b1d7cc /stdlib/source/lux/data/text/encoding.lux | |
parent | b9b35fc136f4201bb9824f58dad7b2b45f2e5e80 (diff) |
- Re-named path "lux/lang/*" to "lux/language/*".
Diffstat (limited to 'stdlib/source/lux/data/text/encoding.lux')
-rw-r--r-- | stdlib/source/lux/data/text/encoding.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/data/text/encoding.lux b/stdlib/source/lux/data/text/encoding.lux index eb3b618c4..b4e6fe113 100644 --- a/stdlib/source/lux/data/text/encoding.lux +++ b/stdlib/source/lux/data/text/encoding.lux @@ -2,7 +2,7 @@ lux (lux (data [error #+ Error]) (world [blob #+ Blob]) - (lang ["_" host]) + (language ["_" host]) [host #+ import:])) (`` (for {(~~ (static _.jvm)) |