aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/data/text
diff options
context:
space:
mode:
authorEduardo Julian2021-09-14 01:39:53 -0400
committerEduardo Julian2021-09-14 01:39:53 -0400
commitbca1a9cdcf837e184378d5e6339a969e40d1dbab (patch)
treebdc85e9a635f7d6bc27de5f34de924504845806f /stdlib/source/documentation/lux/data/text
parent0797dfc9ebb32e5eb324eec58e1e4b1c99895ce7 (diff)
Re-named "name_of" to "symbol".
Diffstat (limited to 'stdlib/source/documentation/lux/data/text')
-rw-r--r--stdlib/source/documentation/lux/data/text/unicode/block.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/documentation/lux/data/text/unicode/block.lux b/stdlib/source/documentation/lux/data/text/unicode/block.lux
index 320b2470f..da7dc36ed 100644
--- a/stdlib/source/documentation/lux/data/text/unicode/block.lux
+++ b/stdlib/source/documentation/lux/data/text/unicode/block.lux
@@ -26,7 +26,7 @@
(template [<name>]
[(documentation: <name>
- (let [[_ name] (name_of <name>)]
+ (let [[_ name] (symbol <name>)]
(format (hex#encoded (/.start <name>))
"-" (hex#encoded (/.end <name>))
" | " (text.replaced "_" " " name))))]