Skip to content

Commit

Permalink
Merge pull request #336 from insideoutclub/master
Browse files Browse the repository at this point in the history
Fixed a misspelling in the doc comments for join.
  • Loading branch information
bluss committed Mar 6, 2019
2 parents 37ff28f + a320ece commit 70988ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -1449,7 +1449,7 @@ pub trait Itertools : Iterator {
count
}

/// Combine all iterator elements into one String, seperated by `sep`.
/// Combine all iterator elements into one String, separated by `sep`.
///
/// Use the `Display` implementation of each element.
///
Expand Down

0 comments on commit 70988ff

Please sign in to comment.