Skip to content

Commit 45d7b7e

Browse files
committed
fix docs
1 parent f6daadd commit 45d7b7e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/mir/ndslice/sorting.d

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -549,10 +549,8 @@ because it needs space for the index in addition to the original
549549
collection. The complexity is the same as `sort`'s.
550550
Params:
551551
less = The comparison to use.
552-
ss = The swapping strategy.
553552
r = The slice/array to index.
554-
index = The resulting index.
555-
Returns: Index array.
553+
Returns: Index slice/array.
556554
+/
557555
Slice!(I*) makeIndex(I = size_t, alias less = "a < b", Iterator, SliceKind kind)(scope Slice!(Iterator, 1, kind) r)
558556
{

0 commit comments

Comments
 (0)