Skip to content

Commit

Permalink
Merge pull request #372 from raviqqe/fix-a-typo
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
cuviper committed Jun 14, 2017
2 parents 1f7b60b + b801e1f commit 49a9c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rayon-core/src/join/mod.rs
Expand Up @@ -23,7 +23,7 @@ mod test;
/// ### Warning about blocking I/O
///
/// The assumption is that the closures given to `join()` are
/// CPU-bound tasks that to do not perform I/O or other blocking
/// CPU-bound tasks that do not perform I/O or other blocking
/// operations. If you do perform I/O, and that I/O should block
/// (e.g., waiting for a network request), the overall performance may
/// be poor. Moreover, if you cause one closure to be blocked waiting
Expand Down

0 comments on commit 49a9c9d

Please sign in to comment.