Skip to content

Commit cd52b5c

Browse files
committed
doc improvement
1 parent b597eed commit cd52b5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

csug/objects.stex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -933,10 +933,10 @@ is immutable; otherwise, the result is an immutable vector with the same content
933933
\endentryheader
934934

935935
Like \scheme{vector}, \scheme{vector-copy}, \scheme{vector-append}, and
936-
\scheme{vector-set/copy}, but producing an immutable vector instead of a mutable
937-
vector. In the case of \scheme{immutable-vector-copy}, \scheme{immutable-vector-append}, or
938-
\scheme{immutable-vector-set/copy}, an argument vector can be mutable or immutable;
939-
these procedures may return an existing object.
936+
\scheme{vector-set/copy}, but these procedures return an immutable vector instead of a mutable
937+
one, and they may return an existing object instead of allocating a new one.
938+
In the case of \scheme{immutable-vector-copy}, \scheme{immutable-vector-append}, or
939+
\scheme{immutable-vector-set/copy}, an argument vector can be mutable or immutable.
940940

941941
%----------------------------------------------------------------------------
942942
\entryheader

0 commit comments

Comments
 (0)