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,9 +95,9 @@ be all strings or all byte strings, and the result is of the same
type.} type.}
@defproc[(replaces-field [field (or/c string? bytes?)] @defproc[(replace-field [field (or/c string? bytes?)]
[value (or/c string? bytes? false/c)] [value (or/c string? bytes? false/c)]
[header (or/c string? bytes?)]) [header (or/c string? bytes?)])
(or/c string? bytes?)]{ (or/c string? bytes?)]{
Composes @racket[remove-field] and (if @racket[value] is not Composes @racket[remove-field] and (if @racket[value] is not