From 785fa11aa5d3209752ad70e42a4a7d9b3b9b784f Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 2 Apr 2021 18:25:27 -0400 Subject: [PATCH] Sync --- docs/api/srfi/132.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/srfi/132.md b/docs/api/srfi/132.md index 9af0360a..5922afdf 100644 --- a/docs/api/srfi/132.md +++ b/docs/api/srfi/132.md @@ -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).