From ba42c118501a0e7c38a67929140ed0c29696cad2 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 31 Jul 2008 12:09:28 +0000 Subject: [PATCH] fix doc typos svn: r11006 --- collects/scribblings/reference/pairs.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/scribblings/reference/pairs.scrbl b/collects/scribblings/reference/pairs.scrbl index 900f7c306d..dcce67e78d 100644 --- a/collects/scribblings/reference/pairs.scrbl +++ b/collects/scribblings/reference/pairs.scrbl @@ -690,8 +690,8 @@ the resulting graph, where at most one copy is created for any given value. Since the copied vales can be immutable, and since the copy is also -immutable, @scheme[make-reader-graph] can cycles involving only -immutable pairs, vectors, boxes, and hash tables. +immutable, @scheme[make-reader-graph] can create cycles involving only +immutable pairs, vectors, boxes, and hash tables. Only the following kinds of values are copied and traversed to detect placeholders: @@ -700,7 +700,7 @@ placeholders: @item{pairs} - @item{immutable pairs (as created by @scheme[mcons])} + @item{mutable pairs (as created by @scheme[mcons])} @item{vectors, both mutable and immutable}