diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/reference/mpairs.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/reference/mpairs.scrbl index 9858dae941..1fec9f2602 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/reference/mpairs.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/reference/mpairs.scrbl @@ -28,7 +28,7 @@ of the sequence. See also @racket[in-mlist]. @defproc[(mpair? [v any/c]) boolean?]{Returns @racket[#t] if @racket[v] is a @tech{mutable pair}, @racket[#f] otherwise.} -@defproc[(mcons [a any/c] [d any/c]) pair?]{Returns a newly allocated +@defproc[(mcons [a any/c] [d any/c]) mpair?]{Returns a newly allocated @tech{mutable pair} whose first element is @racket[a] and second element is @racket[d].}