]> gitweb.factorcode.org Git - factor.git/commitdiff
colors-docs: fix wording
authorAlexander Iljin <ajsoft@yandex.ru>
Tue, 19 Apr 2016 19:48:45 +0000 (22:48 +0300)
committerAlexander Iljin <ajsoft@yandex.ru>
Sat, 30 Apr 2016 14:53:48 +0000 (17:53 +0300)
basis/colors/colors-docs.factor

index 5d6a2d268a57e7040767801822612141fe681d1d..9dd05d4f4a38525604e6dbfac097a50351ccd2f7 100644 (file)
@@ -14,7 +14,7 @@ HELP: >rgba
 ARTICLE: "colors.protocol" "Color protocol"
 "Abstract superclass for colors:"
 { $subsections color }
-"All color objects must are required to implement a method on the " { $link >rgba } " generic word."
+"All color objects are required to implement a method on the " { $link >rgba } " generic word."
 $nl
 "Optionally, they can provide methods on the accessors " { $link red>> } ", " { $link green>> } ", " { $link blue>> } " and " { $link alpha>> } ", either by defining slots with the appropriate names, or with methods which calculate the color component values. The accessors should return color components which are real numbers in the range between 0 and 1."
 $nl