Skip to content

Commit

Permalink
Merge pull request #186 from dtolnay-contrib/typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuawuyts authored May 6, 2024
2 parents 1eb7a23 + 1914a53 commit 629ddf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/concurrent_stream/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ pub trait ConcurrentStream {
Limit::new(self, limit)
}

/// 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
/// underlying iterator ends sooner.
fn take(self, limit: usize) -> Take<Self>
where
Expand Down

0 comments on commit 629ddf3

Please sign in to comment.