]> gitweb.factorcode.org Git - factor.git/commitdiff
colors: fix minor TYpo in docs.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 27 Apr 2013 01:51:06 +0000 (18:51 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 27 Apr 2013 01:51:06 +0000 (18:51 -0700)
extra/colors/cmyk/cmyk-docs.factor
extra/colors/hsl/hsl-docs.factor
extra/colors/yiq/yiq-docs.factor

index b797dad8594a083035d4d32dc1f9bb035afe10d8..ee759c3b62e69837527045923ddd6224bb7eb164 100644 (file)
@@ -5,7 +5,7 @@ HELP: cmyka
 { $class-description "The class of CMYK (Cyan, Magenta, Yellow, Black) colors with an alpha channel. All slots store values in the interval " { $snippet "[0,1]" } "." } ;
 
 ARTICLE: "colors.cmyk" "CMYK colors"
-"THe " { $vocab-link "colors.cmyk" } " vocabulary implements colors specified by their cyan, magenta, yellow, and black components, together with an alpha channel."
+"The " { $vocab-link "colors.cmyk" } " vocabulary implements colors specified by their cyan, magenta, yellow, and black components, together with an alpha channel."
 { $subsections
     cmyka
     <cmyka>
index 38eedc6a513c45a3aee29f3c3031177d7f86edd4..8dc8bd5fe76d7a8ff8d7c66f50f8bba7f5722a5e 100644 (file)
@@ -5,7 +5,7 @@ HELP: hsla
 { $class-description "The class of HSL (Hue, Saturation, Lightness) colors with an alpha channel. All slots store values in the interval " { $snippet "[0,1]" } "." } ;
 
 ARTICLE: "colors.hsl" "HSL colors"
-"THe " { $vocab-link "colors.hsl" } " vocabulary implements colors specified by their hue, saturation, and lightness components, together with an alpha channel."
+"The " { $vocab-link "colors.hsl" } " vocabulary implements colors specified by their hue, saturation, and lightness components, together with an alpha channel."
 { $subsections
     hsla
     <hsla>
index fa0ccf02c1f30cdc7aa0aaad958aee03d5913577..b37dd8e319740d4827137cf3d7942356b4bc462e 100644 (file)
@@ -5,7 +5,7 @@ HELP: yiqa
 { $class-description "The class of YIQ (Y, In-Place, Quadrature) colors with an alpha channel. All slots store values in the interval " { $snippet "[0,1]" } "." } ;
 
 ARTICLE: "colors.yiq" "YIQ colors"
-"THe " { $vocab-link "colors.yiq" } " vocabulary implements colors specified by their Y, in-place, and quadrature components, together with an alpha channel."
+"The " { $vocab-link "colors.yiq" } " vocabulary implements colors specified by their Y, in-place, and quadrature components, together with an alpha channel."
 { $subsections
     yiqa
     <yiqa>