Skip to content

Commit

Permalink
chore: fixup docs of tree_fold1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobWalt authored and jswrenn committed Nov 13, 2023
1 parent 9c302ce commit 955927f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2499,7 +2499,8 @@ pub trait Itertools: Iterator {
/// └─f─f─f─f─f─f
/// ```
///
/// If `f` is associative, prefer the normal [`Iterator::reduce`] instead.
/// If `f` is non-associative, prefer the normal [`Iterator::reduce`] instead to prevent
/// unexpected behavior unless you know what you're doing.
///
/// ```
/// use itertools::Itertools;
Expand Down

0 comments on commit 955927f

Please sign in to comment.