fix typo and explicitly close scheme/vector example evaluator

svn: r16650
This commit is contained in:
Matthew Flatt 2009-11-10 12:34:54 +00:00
parent cd0fece846
commit a9345c4fe1
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -321,3 +321,5 @@ the result of @scheme[proc].
(vector-argmax car #((3 pears) (3 oranges)))
]
}
@close-eval[vec-eval]