fix doc typo

This commit is contained in:
Carl Winbäck 2014-07-14 22:05:36 +02:00 committed by Matthew Flatt
parent 682c92554f
commit 26cb89785b

View File

@ -209,7 +209,7 @@ racket
(define (process f)
(define (complex-step x)
... 10 lines ...)
(map complext-step
(map complex-step
(to-list f)))
]
@; -----------------------------------------------------------------------------