From 2c04c6a0f24908091bac67a08dd0760a7c57ef68 Mon Sep 17 00:00:00 2001 From: Alexander Iljin Date: Wed, 25 May 2016 12:59:38 +0300 Subject: [PATCH] help.handbook: fix wording --- basis/help/handbook/handbook.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/help/handbook/handbook.factor b/basis/help/handbook/handbook.factor index b51c2d5459..4f2cfc6967 100644 --- a/basis/help/handbook/handbook.factor +++ b/basis/help/handbook/handbook.factor @@ -22,7 +22,7 @@ ARTICLE: "conventions" "Conventions" { "combinator" { "a word taking a quotation or another word as input; a higher-order function. See " { $link "combinators" } } } { "definition specifier" { "an instance of " { $link definition } " which implements the " { $link "definition-protocol" } } } { "generalized boolean" { "an object interpreted as a boolean; a value of " { $link f } " denotes false and anything else denotes true" } } - { "generic word" { "a word whose behavior depends can be specialized on the class of one of its inputs. See " { $link "generic" } } } + { "generic word" { "a word whose behavior depends on the class of one of its inputs. See " { $link "generic" } } } { "method" { "a specialized behavior of a generic word on a class. See " { $link "generic" } } } { "object" { "any datum which can be identified" } } { "ordering specifier" { "see " { $link "order-specifiers" } } }