Skip to content

Commit 32abd34

Browse files
Fix typo.
Yeah just a typo (probably some breaking changes in here be careful) :)
1 parent feb2582 commit 32abd34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/thread/mod.rs

Lines changed: 1 addition & 1 deletion
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)