From acd22d1218f2d5d3338627d060f5f8df38539a3b Mon Sep 17 00:00:00 2001 From: Alexander Iljin Date: Tue, 26 Jul 2016 20:23:47 +0300 Subject: [PATCH] combinators-docs: fix wording --- core/combinators/combinators-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/combinators/combinators-docs.factor b/core/combinators/combinators-docs.factor index b837c10b2b..8656b56adc 100644 --- a/core/combinators/combinators-docs.factor +++ b/core/combinators/combinators-docs.factor @@ -112,7 +112,7 @@ ARTICLE: "compositional-combinators" "Compositional combinators" { $subsections curry compose } "Derived operations:" { $subsections 2curry 3curry with prepose } -"These operations run in constant time, and in many cases are optimized out altogether by the " { $link "compiler" } ". " { $link "fry" } " are an abstraction built on top of these operations, and code that uses this abstraction is often clearer than direct calls to the below words." +"These operations run in constant time, and in many cases are optimized out altogether by the " { $link "compiler" } ". " { $link "fry" } " are an abstraction built on top of these operations, and code that uses this abstraction is often clearer than direct calls to the above words." $nl "Curried dataflow combinators can be used to build more complex dataflow by combining cleave, spread and apply patterns in various ways." { $subsections "curried-dataflow" }