Skip to content

Commit

Permalink
Fixed a misspelling in the doc comments for join.
Browse files Browse the repository at this point in the history
  • Loading branch information
insideoutclub committed Mar 6, 2019
1 parent 2a092df commit a320ece
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 a320ece

Please sign in to comment.