From 64d78c4f5c422d4f90cebc2421ee72cffe52203b Mon Sep 17 00:00:00 2001 From: Keita Haga Date: Thu, 23 Dec 2010 04:26:34 +0900 Subject: [PATCH] concurrency.combinators: fix typo in docs --- basis/concurrency/combinators/combinators-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/concurrency/combinators/combinators-docs.factor b/basis/concurrency/combinators/combinators-docs.factor index 57470209b6..c3389a1aec 100644 --- a/basis/concurrency/combinators/combinators-docs.factor +++ b/basis/concurrency/combinators/combinators-docs.factor @@ -43,6 +43,6 @@ $nl parallel-spread parallel-napply } -"The " { $vocab-link "concurrency.semaphores" } " vocabulary can be used in conjuction with the above combinators to limit the maximum number of concurrent operations." ; +"The " { $vocab-link "concurrency.semaphores" } " vocabulary can be used in conjunction with the above combinators to limit the maximum number of concurrent operations." ; ABOUT: "concurrency.combinators"