diff --git a/pkgs/racket-doc/scribblings/reference/unsafe.scrbl b/pkgs/racket-doc/scribblings/reference/unsafe.scrbl index 907a6f82f0..42fb0f25d5 100644 --- a/pkgs/racket-doc/scribblings/reference/unsafe.scrbl +++ b/pkgs/racket-doc/scribblings/reference/unsafe.scrbl @@ -494,7 +494,7 @@ fixnum).} functions that return multiple values (and that they update different global variables). The version using @racket[unsafe-impersonate-procedure] will signal an error in the @racket[let] expression about multiple - return svalue, whereas the one using @racket[impersonate-procedure] signals + return values, whereas the one using @racket[impersonate-procedure] signals an error from @racket[impersonate-procedure] about multiple return values. @racketblock[(define log1-args '()) (define log1-results '())