From 39f5f77fd4f2df140a37d799c0d1f170080994f8 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Mon, 17 Dec 2012 16:26:38 -0700 Subject: [PATCH] Fixing PR13374 original commit: 921456f3addfd179d04ce4ee54506d169b47d437 --- collects/net/scribblings/websocket.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/net/scribblings/websocket.scrbl b/collects/net/scribblings/websocket.scrbl index d55cbbd762..d9d1304f1e 100644 --- a/collects/net/scribblings/websocket.scrbl +++ b/collects/net/scribblings/websocket.scrbl @@ -63,7 +63,7 @@ This module also provides the exports from @racketmodname[net/websocket/conn]. After the connection handshake is finished, @racket[conn-handle] receives the connection and is in sole control until the WebSocket connection completes. - All other arguments are used as in a @secref["dispatch-server-unit" #:doc '(lib "web-server/scribblings/web-server-internal.scrbl")]. + All other arguments are used as in a @secref["dispatch-server-unit" #:doc '(lib "web-server/scribblings/web-server-internal.scrbl")]. Similarly, the return result is a function that shuts down the server, just like a dispatch server. The @racket[#:tcp@] keyword is provided for building an SSL server. }