fix typo in anaphoric.scrbl #8

Merged
jgreco merged 1 commits from patch-1 into master 2019-02-26 19:25:55 +00:00

View File

@ -11,7 +11,7 @@
This package provides anaphoric versions of @racket[if],
@racket[when] and @racket[cond]. These bind the syntax
parameter @racket[if] to the value produced by the
parameter @racket[it] to the value produced by the
condition expression.
@racketblock[(aif (member 'a lst)