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?]{