Skip to content

Commit 70988ff

Browse files
authored
Merge pull request #336 from insideoutclub/master
Fixed a misspelling in the doc comments for join.
2 parents 37ff28f + a320ece commit 70988ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1449,7 +1449,7 @@ pub trait Itertools : Iterator {
14491449
count
14501450
}
14511451

1452-
/// Combine all iterator elements into one String, seperated by `sep`.
1452+
/// Combine all iterator elements into one String, separated by `sep`.
14531453
///
14541454
/// Use the `Display` implementation of each element.
14551455
///

0 commit comments

Comments
 (0)