This commit is contained in:
Sagi Sarussi 2020-10-11 20:24:09 +03:00 committed by GitHub
parent a2a588522f
commit 1383c196d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1485,7 +1485,7 @@ impl SupervisorRef {
/// `SupervisorRef` is referencing to supervise it.
///
/// This methods returns a [`ChildrenRef`] referencing the newly
/// created children group it it succeeded, or `Err(())`
/// created children group if it succeeded, or `Err(())`
/// otherwise.
///
/// # Arguments