Skip to content

Commit efe6a97

Browse files
authored
Rollup merge of rust-lang#94264 - NyantasticUwU:patch-1, r=yaahc
Fix typo. Yeah just a typo (probably some breaking changes in here be careful) :)
2 parents 6550671 + c61d592 commit efe6a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/thread/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,7 @@ fn _assert_sync_and_send() {
14821482
///
14831483
/// Parallelism is a resource. A given machine provides a certain capacity for
14841484
/// 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
1485+
/// simultaneously. This number often corresponds to the amount of CPUs a
14861486
/// computer has, but it may diverge in various cases.
14871487
///
14881488
/// Host environments such as VMs or container orchestrators may want to

0 commit comments

Comments
 (0)