Skip to content

Commit 2904a79

Browse files
vornercuviper
andauthored
Typo in docs
Co-Authored-By: Josh Stone <cuviper@gmail.com>
1 parent b3e6600 commit 2904a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
//! typically the most efficient.
1919
//! - [Parallel iterators][iter module] make it easy to convert a sequential iterator to
2020
//! execute in parallel.
21-
//! - The [`ParallelIterator`] trait defines general methods for for all parallel iterators.
21+
//! - The [`ParallelIterator`] trait defines general methods for all parallel iterators.
2222
//! - The [`IndexedParallelIterator`] trait adds methods for iterators that support random
2323
//! access.
2424
//! - The [`par_sort`] method sorts `&mut [T]` slices (or vectors) in parallel.

0 commit comments

Comments
 (0)