Fix a typo in children doc (#314)

This commit is contained in:
Kan-Ru Chen 2021-03-13 18:01:17 +09:00 committed by GitHub
parent 674deb13e6
commit 93b66e4f7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ impl Children {
///
/// # Arguments
///
/// * `redundancy` - An instance of struct that implements the
/// * `dispatcher` - An instance of struct that implements the
/// [`DispatcherHandler`] trait.
///
/// # Example