mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
Fix markup
This commit is contained in:
parent
292a8857d2
commit
baf8dd2103
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,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).
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue