Skip to content

Commit

Permalink
Merge #625
Browse files Browse the repository at this point in the history
625: Better description of function tee to avoid misunderstandings r=phimuemue a=Wandalen

Self-explanatory.

Co-authored-by: wandalen <wandalen.me@gmail.com>
  • Loading branch information
bors[bot] and Wandalen committed Jun 13, 2022
2 parents 5c11e00 + 7287e57 commit 1383a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
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 1383a39

Please sign in to comment.