Skip to content

Commit 629ddf3

Browse files
authored
Merge pull request #186 from dtolnay-contrib/typo
2 parents 1eb7a23 + 1914a53 commit 629ddf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/concurrent_stream/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ pub trait ConcurrentStream {
133133
Limit::new(self, limit)
134134
}
135135

136-
/// Creates a stream that yields the first `n`` elements, or fewer if the
136+
/// Creates a stream that yields the first `n` elements, or fewer if the
137137
/// underlying iterator ends sooner.
138138
fn take(self, limit: usize) -> Take<Self>
139139
where

0 commit comments

Comments
 (0)