fix typos (could merge to 4.2.2)

svn: r16120

original commit: a8f50e76a7
This commit is contained in:
Matthew Flatt 2009-09-24 14:49:17 +00:00
parent 7d589dfcff
commit 1d0a044921

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