fix doc typos
svn: r11006
This commit is contained in:
parent
9d4949093c
commit
ba42c11850
|
@ -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}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user