Fix typo in 'more: systems' doc

This commit is contained in:
Michael Campagnaro 2015-12-06 16:05:41 -05:00 committed by Vincent St-Amour
parent 5353dd1076
commit 4d7e90286e

View File

@ -747,7 +747,7 @@ import a library of control operators:
Specifically, we need @racket[prompt] and @racket[abort] from
@racketmodname[racket/control]. We use @racket[prompt] to mark the
place where a servlet is started, so that we can abort a computation
to that point. Change @racket[handle] by wrapping an @racket[prompt]
to that point. Change @racket[handle] by wrapping a @racket[prompt]
around the call to @racket[dispatch]:
@racketblock[