]> gitweb.factorcode.org Git - factor.git/commitdiff
combinators-docs: fix wording
authorAlexander Iljin <ajsoft@yandex.ru>
Tue, 26 Jul 2016 17:23:47 +0000 (20:23 +0300)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 30 Jul 2016 16:25:30 +0000 (09:25 -0700)
core/combinators/combinators-docs.factor

index b837c10b2bb76bf67f8c93d6258ede8fed13c79b..8656b56adc86b25ca07a7814179f95df101112fc 100644 (file)
@@ -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" }