Skip to content

Commit 1383a39

Browse files
bors[bot]Wandalen
andauthored
Merge #625
625: Better description of function tee to avoid misunderstandings r=phimuemue a=Wandalen Self-explanatory. Co-authored-by: wandalen <[email protected]>
2 parents 5c11e00 + 7287e57 commit 1383a39

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)