From 61f1c1406c465eccb6f9fd1c27426b2d81888e74 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Tue, 8 Sep 2015 10:44:45 -0500 Subject: [PATCH] Fix doc typo. To be consistent with racket/tcp's docs. --- net-doc/net/scribblings/tcp.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-doc/net/scribblings/tcp.scrbl b/net-doc/net/scribblings/tcp.scrbl index ea5e8b37a0..cca12bcf86 100644 --- a/net-doc/net/scribblings/tcp.scrbl +++ b/net-doc/net/scribblings/tcp.scrbl @@ -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])