fix typos (could merge to 4.2.2)

svn: r16120
This commit is contained in:
Matthew Flatt 2009-09-24 14:49:17 +00:00
parent f624a90955
commit a8f50e76a7

View File

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