aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/data/color/named.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/data/color/named.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/data/color/named.lux b/stdlib/source/library/lux/data/color/named.lux
index 99fae8434..43633595d 100644
--- a/stdlib/source/library/lux/data/color/named.lux
+++ b/stdlib/source/library/lux/data/color/named.lux
@@ -7,7 +7,7 @@
... https://developer.mozilla.org/en-US/docs/Web/CSS/color_value
(with_template [<red> <green> <blue> <name>]
- [(`` (def: .public <name>
+ [(`` (def .public <name>
Color
(//.of_rgb [//.#red (hex <red>)
//.#green (hex <green>)