]> gitweb.factorcode.org Git - factor.git/commitdiff
colors.lch: fix typo
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 14 Jan 2023 05:58:28 +0000 (21:58 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 14 Jan 2023 05:58:28 +0000 (21:58 -0800)
basis/colors/lch/lch.factor

index c993956a654573be8229e7f96b69f91a6bcfb5a9..e586e4c9402e9e27631e45760816f00bcd807274 100644 (file)
@@ -10,7 +10,7 @@ TUPLE: LCHuv l c h alpha ;
 
 C: <LCHuv> LCHuv
 
-INSTANCE: LCHuv collor
+INSTANCE: LCHuv color
 
 M: LCHuv >rgba >luva >rgba ;