From 9ea7ae7d38f04d15f7827e52b16a6622afe3879f Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 18 Dec 2017 14:12:35 -0800 Subject: [PATCH] =?UTF-8?q?Edit=20out=20=E2=80=9Cperformant=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/racket-doc/scribblings/reference/sets.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/sets.scrbl b/pkgs/racket-doc/scribblings/reference/sets.scrbl index 02fd98de2c..85410a5559 100644 --- a/pkgs/racket-doc/scribblings/reference/sets.scrbl +++ b/pkgs/racket-doc/scribblings/reference/sets.scrbl @@ -163,7 +163,7 @@ Explicitly converts a specific kind of @tech{hash set} to a sequence for use with @racket[for] forms. As with @racket[in-list] and some other sequence constructors, -@racket[in-immutable-set] is more performant when it appears directly in a +@racket[in-immutable-set] performs better when it appears directly in a @racket[for] clause. These sequence constructors are compatible with