diff --git a/collects/scribblings/guide/truth.scrbl b/collects/scribblings/guide/truth.scrbl index daa38210db..0f69d237cd 100644 --- a/collects/scribblings/guide/truth.scrbl +++ b/collects/scribblings/guide/truth.scrbl @@ -5,7 +5,7 @@ @interaction-eval[(require (lib "list.ss"))] -@title{The Truth about Pairs, Lists, and Scheme Syntax} +@title{Pairs, Lists, and Scheme Syntax} The @scheme[cons] procedure actually accepts any two values, not just a list for the second argument. When the second argument is not