From 76207c5326e0799c70a12c3ba6a3ebce75cb7a88 Mon Sep 17 00:00:00 2001 From: Milo Turner Date: Fri, 10 Apr 2020 23:34:42 -0400 Subject: [PATCH] fix comment --- smol-http/main.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smol-http/main.rkt b/smol-http/main.rkt index 4cbb0f3..627e714 100644 --- a/smol-http/main.rkt +++ b/smol-http/main.rkt @@ -36,7 +36,7 @@ (tcp-abandon-port in) (tcp-abandon-port out)) -;; (http-request req [sock]) -> http-res? +;; (http-request sock req) -> http-res? ;; sock : http-socket? ;; req : http-req? (define (http-request sock req)