Fix doc typo.

To be consistent with racket/tcp's docs.
This commit is contained in:
Vincent St-Amour 2015-09-08 10:44:45 -05:00
parent b1d8d77b78
commit 61f1c1406c

View File

@ -23,7 +23,7 @@ See also @racket[tcp-redirect] and @racket[make-ssl-tcp@].
@defsignature[tcp^ ()]{
@defproc[(tcp-listen [port-no (and/c exact-nonnegative-integer?
(integer-in 1 65535))]
(integer-in 0 65535))]
[max-allow-wait exact-nonnegative-integer? 4]
[reuse? any/c #f]
[hostname (or/c string? false/c) #f])