mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 22:50:38 +03:00
Fix Ddoc error in the quickoverview of std.algorithm.sorting
This commit is contained in:
parent
2612d38b55
commit
e7a8110ad3
1 changed files with 1 additions and 2 deletions
|
@ -8,8 +8,7 @@ $(BOOKTABLE Cheat Sheet,
|
|||
$(TR $(TH Function Name) $(TH Description))
|
||||
$(T2 completeSort,
|
||||
If `a = [10, 20, 30]` and `b = [40, 6, 15]`, then
|
||||
`completeSort(a, b)` leaves `a = [6, 10, 15]` and `b = [20$D(
|
||||
30, 40]).
|
||||
`completeSort(a, b)` leaves `a = [6, 10, 15]` and `b = [20, 30, 40]`.
|
||||
The range `a` must be sorted prior to the call, and as a result the
|
||||
combination `$(REF chain, std,range)(a, b)` is sorted.)
|
||||
$(T2 isPartitioned,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue