Skip to content

Commit 7287e57

Browse files
committed
better description of function tee to avoid misunderstandings
1 parent 5c11e00 commit 7287e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ pub trait Itertools : Iterator {
780780
/// the original iterator.
781781
///
782782
/// **Note:** If the iterator is clonable, prefer using that instead
783-
/// of using this method. It is likely to be more efficient.
783+
/// of using this method. Cloning is likely to be more efficient.
784784
///
785785
/// Iterator element type is `Self::Item`.
786786
///

0 commit comments

Comments
 (0)