Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
Yeah just a typo (probably some breaking changes in here be careful) :)
  • Loading branch information
NyantasticUwU authored Feb 22, 2022
1 parent 68369a0 commit c61d592
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 c61d592

Please sign in to comment.