From a66f244fd93edfb80fb8bf4f06f27bc1683b7360 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Sat, 2 Mar 2013 19:50:59 -0500 Subject: [PATCH] Fix identifier typo original commit: de99fdb867ed193e4332421bc518a0b1ba4743e1 --- collects/net/scribblings/head.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/net/scribblings/head.scrbl b/collects/net/scribblings/head.scrbl index 2d7a073ba1..66e1700edd 100644 --- a/collects/net/scribblings/head.scrbl +++ b/collects/net/scribblings/head.scrbl @@ -95,9 +95,9 @@ be all strings or all byte strings, and the result is of the same type.} -@defproc[(replaces-field [field (or/c string? bytes?)] - [value (or/c string? bytes? false/c)] - [header (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?)]{ Composes @racket[remove-field] and (if @racket[value] is not