guide: fix a grammatical issue
`into to` -> `into`
This commit is contained in:
parent
4110761f94
commit
3fa362566c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user