From f6f18b39faafe51a076e8db06adeb3f03dfa8832 Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Fri, 21 Jun 2013 14:21:20 -0400 Subject: [PATCH] typo fixed, Closes PR13876 --- pkgs/htdp/teachpack/htdp/scribblings/world.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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