diff options
Diffstat (limited to 'stdlib/source/documentation/lux/data/text/unicode/block.lux')
-rw-r--r-- | stdlib/source/documentation/lux/data/text/unicode/block.lux | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/documentation/lux/data/text/unicode/block.lux b/stdlib/source/documentation/lux/data/text/unicode/block.lux index 703ac9f58..faa9d8833 100644 --- a/stdlib/source/documentation/lux/data/text/unicode/block.lux +++ b/stdlib/source/documentation/lux/data/text/unicode/block.lux @@ -9,7 +9,7 @@ ["." template]] [math [number - ["." nat ("#\." hex)]]]]] + ["." nat ("hex\." hex)]]]]] [\\library ["." /]]) @@ -27,8 +27,8 @@ (template [<name>] [(documentation: <name> (let [[_ name] (name_of <name>)] - (format (nat\encode (/.start <name>)) - "-" (nat\encode (/.end <name>)) + (format (hex\encoded (/.start <name>)) + "-" (hex\encoded (/.end <name>)) " | " (text.replaced "_" " " name))))] [/.basic_latin] |