diff --git a/src/imex/transfer.rs b/src/imex/transfer.rs index 412b302a4..aa32ba3c4 100644 --- a/src/imex/transfer.rs +++ b/src/imex/transfer.rs @@ -247,8 +247,9 @@ impl BackupProvider { /// Awaits the [`BackupProvider`] until it is finished. /// - /// This waits until someone connected to the sender and transferred a backup. If the - /// [`BackupProvider`] task results in an error it will be returned here. + /// This waits until someone connected to the sender and finished transferring a backup. + /// A failed transfer also counts as a finished transfer. If the [`BackupProvider`] + /// task results in an error it will be returned here. pub async fn join(self) -> Result<()> { self.handle.await??; Ok(())