]> gitweb.factorcode.org Git - factor.git/commitdiff
concurrency.semaphores: fix typo in docs.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 12 Oct 2016 17:14:09 +0000 (10:14 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 12 Oct 2016 17:14:09 +0000 (10:14 -0700)
basis/concurrency/semaphores/semaphores-docs.factor

index afed9fca64b43571700a097bad42b0042de27805..3af1176d7a63f956ceede3b4e4efe7a349da1f72 100644 (file)
@@ -40,7 +40,7 @@ ARTICLE: "concurrency.semaphores.examples" "Semaphore examples"
     "    ..."
     "] parallel-map"
 }
-"Here is a concrete example which fetches content from 5 different web sites, making no more than 3 requests at a time:"
+"Here is a concrete example which fetches content from 5 different web sites, making no more than 2 requests at a time:"
 { $code
     "USING: concurrency.combinators concurrency.semaphores
 fry http.client kernel urls ;