Skip to content

Commit

Permalink
better description of function tee to avoid misunderstandings
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed Jun 13, 2022
1 parent 5c11e00 commit 7287e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ pub trait Itertools : Iterator {
/// the original iterator.
///
/// **Note:** If the iterator is clonable, prefer using that instead
/// of using this method. It is likely to be more efficient.
/// of using this method. Cloning is likely to be more efficient.
///
/// Iterator element type is `Self::Item`.
///
Expand Down

0 comments on commit 7287e57

Please sign in to comment.