concurrency.combinators: fix typo in docs
parent
c3189054d1
commit
64d78c4f5c
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue