typo fixed, Closes PR13876
This commit is contained in:
parent
39f2aa7f1a
commit
f6f18b39fa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user