Fix typo.

Yeah just a typo (probably some breaking changes in here be careful) :)
This commit is contained in:
NyantasticUwU 2022-02-22 11:44:45 -06:00 committed by GitHub
parent 68369a041c
commit c61d5923f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1482,7 +1482,7 @@ fn _assert_sync_and_send() {
///
/// 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