Skip to content

Commit 3438ec0

Browse files
mtfishmanJutho
andauthored
Update docstring
Co-authored-by: Jutho <[email protected]>
1 parent cff9cb6 commit 3438ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/implementations/truncation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ end
5050
"""
5151
TruncationKeepSorted(howmany::Int, by::Function, rev::Bool)
5252
53-
Truncation strategy to keep the first `howmany` values when sorted according to `by` or the last `howmany` if `rev` is true.
53+
Truncation strategy to keep the first `howmany` values when sorted according to `by` in increasing (decreasing) order if `rev` is false (true).
5454
"""
5555
struct TruncationKeepSorted{F} <: TruncationStrategy
5656
howmany::Int

0 commit comments

Comments
 (0)