From 8f8ab48346582d1678bb1fe332b2c876f1f3eaf6 Mon Sep 17 00:00:00 2001 From: Alexander Iljin Date: Tue, 19 Apr 2016 22:48:45 +0300 Subject: [PATCH] colors-docs: fix wording --- basis/colors/colors-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/colors/colors-docs.factor b/basis/colors/colors-docs.factor index 5d6a2d268a..9dd05d4f4a 100644 --- a/basis/colors/colors-docs.factor +++ b/basis/colors/colors-docs.factor @@ -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