Fix identifier typo

original commit: de99fdb867
This commit is contained in:
Asumu Takikawa 2013-03-02 19:50:59 -05:00
parent 3fd203d3d5
commit a66f244fd9

View File

@ -95,7 +95,7 @@ be all strings or all byte strings, and the result is of the same
type.}
@defproc[(replaces-field [field (or/c string? bytes?)]
@defproc[(replace-field [field (or/c string? bytes?)]
[value (or/c string? bytes? false/c)]
[header (or/c string? bytes?)])
(or/c string? bytes?)]{