From 442c2fdfafad1649df896b47ef3ebb01f324b74b Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sun, 2 Jul 2017 19:58:33 -0700 Subject: [PATCH] Correct typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `bust be an` → `must be a` --- pkgs/racket-doc/scribblings/reference/generic.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/generic.scrbl b/pkgs/racket-doc/scribblings/reference/generic.scrbl index 2195bc4b25..4b317d0f9f 100644 --- a/pkgs/racket-doc/scribblings/reference/generic.scrbl +++ b/pkgs/racket-doc/scribblings/reference/generic.scrbl @@ -260,7 +260,7 @@ of the corresponding @racket[method-id]s, and replaces the method implementation with the result. A @racket[props-expr] can provide properties to attach to the -impersonator. The result of @racket[props-expr] bust be an list with +impersonator. The result of @racket[props-expr] must be a list with an even number of elements, where the first element of the list is an impersonator property, the second element is its value, and so on.