Skip to content

Commit 87dfd36

Browse files
717: Change wording, less "High level for low level" r=cuviper a=matthiasbeyer 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. Co-authored-by: Matthias Beyer <[email protected]>
2 parents 7ffaf34 + 1ab9271 commit 87dfd36

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)