Skip to content

Commit

Permalink
Minor doc beautification
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Feb 7, 2024
1 parent 1d61e98 commit 1c1bef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subsystem/nested_subsystem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ impl<ErrType: ErrTypeTraits> NestedSubsystem<ErrType> {
/// Returns a future that resolves once the subsystem is finished.
///
/// Similar to [`join`](NestedSubsystem::join), but more light-weight
/// as does not perform any error handling.
/// as it does not return any information about subsystem errors.
pub fn finished(&self) -> SubsystemFinishedFuture {
SubsystemFinishedFuture::new(self.joiner.clone())
}
Expand Down

0 comments on commit 1c1bef0

Please sign in to comment.