We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30850f8 + c61d592 commit c37a6bbCopy full SHA for c37a6bb
library/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