]> gitweb.factorcode.org Git - factor.git/commitdiff
concurrency.distributed-docs: fix an error in port number specification
authorAlexander Iljin <ajsoft@yandex.ru>
Tue, 19 Dec 2017 23:06:21 +0000 (00:06 +0100)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 16 Jan 2018 21:40:14 +0000 (13:40 -0800)
basis/concurrency/distributed/distributed-docs.factor

index c3053e3e1c44f9ae9fc5dae7b0d8d0b0cf5f71a2..4256d6059a393897a2ac22ab7ed12f309cbbe44c 100644 (file)
@@ -25,7 +25,7 @@ ARTICLE: "concurrency.distributed.example" "Distributed Concurrency Example"
 "This spawns a thread that waits for the messages and prints them. It registers "
 "the thread as remotely accessible with " { $link register-remote-thread } "."
 $nl
-"The second Factor instance, the one associated with port 9001, can send "
+"The second Factor instance can send "
 "messages to the 'logger' thread by name:"
 { $code
     "USING: io.servers concurrency.distributed ; FROM: concurrency.messaging => send ;"