From 56f636d0c87c748dd25256b9725f05a742a06712 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 25 May 2007 01:47:29 +0000 Subject: [PATCH] doc edits svn: r6287 --- collects/scribblings/guide/truth.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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