Skip to content

Commit a320ece

Browse files
Fixed a misspelling in the doc comments for join.
1 parent 2a092df commit a320ece

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)