diff --git a/pkgs/htdp/teachpack/htdp/scribblings/world.scrbl b/pkgs/htdp/teachpack/htdp/scribblings/world.scrbl index 5eacbbc7b7..ad8e05f94f 100644 --- a/pkgs/htdp/teachpack/htdp/scribblings/world.scrbl +++ b/pkgs/htdp/teachpack/htdp/scribblings/world.scrbl @@ -455,7 +455,7 @@ this purpose: (define (render s) (text (symbol->string s) 40 'red)) -(check-expecy (render 'closed) (text "closed" 40 'red)) +(check-expect (render 'closed) (text "closed" 40 'red)) )) The function @racket[symbol->string] translates a symbol into a string, which is needed because @racket[text] can deal only with the latter, not