Skip to content

Commit

Permalink
Minor doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Feb 7, 2024
1 parent 640c9ba commit e99d60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subsystem/subsystem_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ where
}

/// Detaches the subsystem from the parent, causing a shutdown request to not
/// automatically be propagated from the parent to the child.
/// be propagated from the parent to the child automatically.
///
/// If this option is set, the parent needs to call [`NestedSubsystem::initiate_shutdown`](crate::NestedSubsystem::initiate_shutdown)
/// manually to perform a correct shutdown. So use this option with care.
Expand Down

0 comments on commit e99d60c

Please sign in to comment.