]> gitweb.factorcode.org Git - factor.git/commitdiff
concurrency.combinators: fix typo in docs
authorKeita Haga <keitahaga@mail.com>
Wed, 22 Dec 2010 19:26:34 +0000 (04:26 +0900)
committerKeita Haga <keitahaga@mail.com>
Wed, 22 Dec 2010 19:26:34 +0000 (04:26 +0900)
basis/concurrency/combinators/combinators-docs.factor

index 57470209b6e9b53b58e7b88d675e918dafdb2223..c3389a1aec2f5fe104d2445a62ef81c0a4ccf133 100644 (file)
@@ -43,6 +43,6 @@ $nl
     parallel-spread\r
     parallel-napply\r
 }\r
-"The " { $vocab-link "concurrency.semaphores" } " vocabulary can be used in conjuction with the above combinators to limit the maximum number of concurrent operations." ;\r
+"The " { $vocab-link "concurrency.semaphores" } " vocabulary can be used in conjunction with the above combinators to limit the maximum number of concurrent operations." ;\r
 \r
 ABOUT: "concurrency.combinators"\r