Skip to content

Commit

Permalink
Rollup merge of #94264 - NyantasticUwU:patch-1, r=yaahc
Browse files Browse the repository at this point in the history
Fix typo.

Yeah just a typo (probably some breaking changes in here be careful) :)
  • Loading branch information
matthiaskrgr authored Feb 23, 2022
2 parents 6550671 + c61d592 commit efe6a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/thread/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1482,7 +1482,7 @@ fn _assert_sync_and_send() {
///
/// Parallelism is a resource. A given machine provides a certain capacity for
/// parallelism, i.e., a bound on the number of computations it can perform
/// simultaneously. This number often corresponds to the amount of CPUs or
/// simultaneously. This number often corresponds to the amount of CPUs a
/// computer has, but it may diverge in various cases.
///
/// Host environments such as VMs or container orchestrators may want to
Expand Down

0 comments on commit efe6a97

Please sign in to comment.