From a1e043f5fe01080d28da55e329570d8fb2dda516 Mon Sep 17 00:00:00 2001
From: jgreco <john.luke.greco@gmail.com>
Date: Tue, 27 Nov 2018 07:16:30 +0000
Subject: [PATCH] fix typo in anaphoric.scrbl

---
 scribblings/anaphoric.scrbl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scribblings/anaphoric.scrbl b/scribblings/anaphoric.scrbl
index c025362..dcf0821 100644
--- a/scribblings/anaphoric.scrbl
+++ b/scribblings/anaphoric.scrbl
@@ -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)