We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1eb7a23 + 1914a53 commit 629ddf3Copy full SHA for 629ddf3
src/concurrent_stream/mod.rs
@@ -133,7 +133,7 @@ pub trait ConcurrentStream {
133
Limit::new(self, limit)
134
}
135
136
- /// Creates a stream that yields the first `n`` elements, or fewer if the
+ /// Creates a stream that yields the first `n` elements, or fewer if the
137
/// underlying iterator ends sooner.
138
fn take(self, limit: usize) -> Take<Self>
139
where
0 commit comments