From 4481546481a8e40fe555af5fbc426c3834e6276b Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 18 Dec 2017 14:15:09 -0800 Subject: [PATCH] =?UTF-8?q?Edit=20out=20another=20=E2=80=9Cperformant?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/racket-doc/scribblings/reference/sequences.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/sequences.scrbl b/pkgs/racket-doc/scribblings/reference/sequences.scrbl index 6c186575eca..ccfa04d6bac 100644 --- a/pkgs/racket-doc/scribblings/reference/sequences.scrbl +++ b/pkgs/racket-doc/scribblings/reference/sequences.scrbl @@ -430,7 +430,7 @@ each element in the sequence. )]{ Sequence constructors for specific kinds of hash tables. - These may be more performant than the analogous @racket[in-hash] + These may perform better than the analogous @racket[in-hash] forms. However, they may consume more space to help with iteration. @history[#:added "6.4.0.6"]