Skip to content

Commit ddb834d

Browse files
committed
Rephrase doc comment
1 parent ac4fc3d commit ddb834d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ pub trait StreamingIterator {
107107
self
108108
}
109109

110-
/// Concatenates two iterators
110+
/// Consumes two iterators and returns a new iterator that iterates over both in sequence.
111111
#[inline]
112112
fn chain<I>(self, other: I) -> Chain<Self, I>
113113
where

0 commit comments

Comments
 (0)