Rollup merge of #94264 - NyantasticUwU:patch-1, r=yaahc

Fix typo.

Yeah just a typo (probably some breaking changes in here be careful) :)
This commit is contained in:
Matthias Krüger 2022-02-23 12:26:45 +01:00 committed by GitHub
commit efe6a979b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1482,7 +1482,7 @@ fn _assert_both<T: Send + Sync>() {}
///
/// 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