fix doc typos

svn: r11006
This commit is contained in:
Matthew Flatt 2008-07-31 12:09:28 +00:00
parent 9d4949093c
commit ba42c11850

View File

@ -690,7 +690,7 @@ the resulting graph, where at most one copy is created for any given
value. value.
Since the copied vales can be immutable, and since the copy is also Since the copied vales can be immutable, and since the copy is also
immutable, @scheme[make-reader-graph] can cycles involving only immutable, @scheme[make-reader-graph] can create cycles involving only
immutable pairs, vectors, boxes, and hash tables. immutable pairs, vectors, boxes, and hash tables.
Only the following kinds of values are copied and traversed to detect Only the following kinds of values are copied and traversed to detect
@ -700,7 +700,7 @@ placeholders:
@item{pairs} @item{pairs}
@item{immutable pairs (as created by @scheme[mcons])} @item{mutable pairs (as created by @scheme[mcons])}
@item{vectors, both mutable and immutable} @item{vectors, both mutable and immutable}