Skip to content

Commit 8b910b6

Browse files
committed
minor doc fix
1 parent 66e2e71 commit 8b910b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/mir/timeseries.d

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,6 @@ enum isSeries(U) = (size_t[]).init;
441441
Sorts time-series according to the `less` predicate applied to time moments.
442442
443443
The function works only for 1-dimensional time-series data.
444-
For n-dimensional time-series use $(LREF sortTo).
445444
+/
446445
template sort(alias less = "a < b")
447446
{

0 commit comments

Comments
 (0)