This commit is contained in:
Justin Ethier 2021-04-02 18:25:27 -04:00
parent 7bc82f6761
commit 785fa11aa5

View file

@ -100,7 +100,7 @@ This procedure does not alter its input vector, but rather newly allocates and r
# vector-delete-neighbor-dups!
(vector-delete-neighbor-dups! = v [ start [ end ] ])
(vector-delete-neighbor-dups! = v [ start [ end ] ])
This procedure reuses its input vector to hold the answer, packing it into the index range [start, newend), where newend is the non-negative exact integer that is returned as its value. The vector is not altered outside the range [start, newend).