Fix typo in std:🧵:Scope::spawn
documentation.
This commit is contained in:
parent
2cf7908998
commit
d0384f3ba5
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ impl<'scope, 'env> Scope<'scope, 'env> {
|
|||
/// thread. If the spawned thread panics, [`join`] will return an [`Err`] containing
|
||||
/// the panic payload.
|
||||
///
|
||||
/// If the join handle is dropped, the spawned thread will implicitly joined at the
|
||||
/// If the join handle is dropped, the spawned thread will be implicitly joined at the
|
||||
/// end of the scope. In that case, if the spawned thread panics, [`scope`] will
|
||||
/// panic after all threads are joined.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue