concurrency.combinators: fix typo in docs

db4
Keita Haga 2010-12-23 04:26:34 +09:00
parent c3189054d1
commit 64d78c4f5c
1 changed files with 1 additions and 1 deletions

View File

@ -43,6 +43,6 @@ $nl
parallel-spread parallel-spread
parallel-napply 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" ABOUT: "concurrency.combinators"