concurrency.distributed-docs: fix an error in port number specification

factor-shell
Alexander Iljin 2017-12-20 00:06:21 +01:00 committed by John Benediktsson
parent f1e4095d50
commit a25bffeb01
1 changed files with 1 additions and 1 deletions

View 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 ;"