concurrency.distributed-docs: fix an error in port number specification
parent
f1e4095d50
commit
a25bffeb01
|
@ -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 ;"
|
||||
|
|
Loading…
Reference in New Issue