We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb2582 commit 32abd34Copy full SHA for 32abd34
std/src/thread/mod.rs
@@ -1482,7 +1482,7 @@ fn _assert_sync_and_send() {
1482
///
1483
/// Parallelism is a resource. A given machine provides a certain capacity for
1484
/// parallelism, i.e., a bound on the number of computations it can perform
1485
-/// simultaneously. This number often corresponds to the amount of CPUs or
+/// simultaneously. This number often corresponds to the amount of CPUs a
1486
/// computer has, but it may diverge in various cases.
1487
1488
/// Host environments such as VMs or container orchestrators may want to
0 commit comments