From 82c10f79c67d23c573f75c063189ec4edf806036 Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Tue, 2 Sep 2014 12:17:30 +0200 Subject: [PATCH] fix typo, Closes PR14720 --- pkgs/htdp-pkgs/htdp-doc/scribblings/htdp-langs/prim-ops.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/htdp-pkgs/htdp-doc/scribblings/htdp-langs/prim-ops.rkt b/pkgs/htdp-pkgs/htdp-doc/scribblings/htdp-langs/prim-ops.rkt index 40be0a1190..af4eb2acaa 100644 --- a/pkgs/htdp-pkgs/htdp-doc/scribblings/htdp-langs/prim-ops.rkt +++ b/pkgs/htdp-pkgs/htdp-doc/scribblings/htdp-langs/prim-ops.rkt @@ -627,7 +627,7 @@ Consider the following two examples in this context: @defform*[#:id [check-member-of check-member-of-id] [(check-member-of expression expression expression ...)]]{ - Checks that the value of the first @racket[expression] as that of + Checks that the value of the first @racket[expression] is that of one of the following @racket[expression]s. @;%