From a8f50e76a71fbb441e26dfc9f1647c90f94cf9bd Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 24 Sep 2009 14:49:17 +0000 Subject: [PATCH] fix typos (could merge to 4.2.2) svn: r16120 --- collects/net/scribblings/head.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/net/scribblings/head.scrbl b/collects/net/scribblings/head.scrbl index 28a6b258a6..d4e829a69c 100644 --- a/collects/net/scribblings/head.scrbl +++ b/collects/net/scribblings/head.scrbl @@ -118,8 +118,8 @@ strings or both byte strings, and the result is of the same type.} @defproc[(standard-message-header [from string?] - [to (listof -string?)] - [cc (listof strings?)] + [to (listof string?)] + [cc (listof string?)] [bcc (listof string?)] [subject string?]) string?]{