Fix minor typo in <server> docs

db4
Doug Coleman 2010-01-17 23:13:20 -06:00
parent 6ca5aa9994
commit 41082b5b12
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ HELP: with-client
HELP: <server>
{ $values { "addrspec" "an address specifier" } { "encoding" "an encoding descriptor" } { "server" "a handle" } }
{ $description
"Begins listening for network connections to a local address. Server objects responds to two words:"
"Begins listening for network connections to a local address. Server objects respond to two words:"
{ $list
{ { $link dispose } " - stops listening on the port and frees all associated resources" }
{ { $link accept } " - blocks until there is a connection, and returns a stream of the encoding passed to the constructor" }