fix typo in anaphoric.scrbl

This commit is contained in:
jgreco 2018-11-27 07:16:30 +00:00 committed by GitHub
parent 4ded042225
commit a1e043f5fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)