From 3fa362566ca7f1a3cac65df65ff2d7864c046152 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Fri, 19 Feb 2021 12:45:46 -0800 Subject: [PATCH] guide: fix a grammatical issue `into to` -> `into` --- pkgs/racket-doc/scribblings/guide/truth.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/guide/truth.scrbl b/pkgs/racket-doc/scribblings/guide/truth.scrbl index 7fe76c3008..88dfeffbfe 100644 --- a/pkgs/racket-doc/scribblings/guide/truth.scrbl +++ b/pkgs/racket-doc/scribblings/guide/truth.scrbl @@ -43,7 +43,7 @@ and @racket[cdr] is pronounced ``could-er.'') Racket's pair datatype and its relation to lists is essentially a historical curiosity, along with the dot notation for printing and the funny names @racket[car] and @racket[cdr]. Pairs are deeply wired into -to the culture, specification, and implementation of Racket, however, +the culture, specification, and implementation of Racket, however, so they survive in the language. You are perhaps most likely to encounter a non-list pair when making a