Skip to content

Commit 1ab9271

Browse files
Change wording, less "High level for low level"
This patch changes the wording of the documentation, because right now it is "There's a highlevel overview over the low level stuff", which is ridiculous. Rather use "general overview" for less funny wording.
1 parent 7ffaf34 commit 1ab9271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iter/plumbing/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Traits and functions used to implement parallel iteration. These are
22
//! low-level details -- users of parallel iterators should not need to
3-
//! interact with them directly. See [the `plumbing` README][r] for a high-level overview.
3+
//! interact with them directly. See [the `plumbing` README][r] for a general overview.
44
//!
55
//! [r]: https://github.com/rayon-rs/rayon/blob/master/src/iter/plumbing/README.md
66

0 commit comments

Comments
 (0)