fix typo and explicitly close scheme/vector example evaluator
svn: r16650
This commit is contained in:
parent
cd0fece846
commit
a9345c4fe1
|
@ -18,7 +18,7 @@ For information about TCP in general, see @italic{TCP/IP Illustrated,
|
|||
[max-allow-wait exact-nonnegative-integer? 4]
|
||||
[reuse? any/c #f]
|
||||
[hostname (or/c string? #f) #f])
|
||||
tcp-listener?]
|
||||
tcp-listener?]{
|
||||
|
||||
Creates a ``listening'' server on the local machine at the port number
|
||||
specified by @scheme[port-no]. If @scheme[port-no] is 0 the socket binds
|
||||
|
|
|
@ -321,3 +321,5 @@ the result of @scheme[proc].
|
|||
(vector-argmax car #((3 pears) (3 oranges)))
|
||||
]
|
||||
}
|
||||
|
||||
@close-eval[vec-eval]
|
||||
|
|
Loading…
Reference in New Issue
Block a user