colors: fix minor TYpo in docs.

db4
John Benediktsson 2013-04-26 18:51:06 -07:00
parent 3139ec1d61
commit 7e77723104
3 changed files with 3 additions and 3 deletions

View 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>

View 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>

View 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>