Skip to content

Commit 094ff35

Browse files
committed
fix docs
1 parent 8a42768 commit 094ff35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/mir/series.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ struct mir_series(IndexIterator_, Iterator_, size_t N_ = 1, SliceKind kind_ = Co
578578

579579

580580
/++
581-
This function uses a search with policy sp to find the largest left subrange on which
581+
This function uses a search with policy sp to find the largest right subrange on which
582582
`t > key` is true for all `t`.
583583
The search schedule and its complexity are documented in `std.range.SearchPolicy`.
584584
+/

0 commit comments

Comments
 (0)