Skip to content

Commit 63b6a2b

Browse files
authored
Merge pull request #614 from killzoner/doc-typo-await
fix: Fix typo in documentation
2 parents 1103c17 + 447c171 commit 63b6a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorial/handling_disconnection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ async fn accept_loop(addr: impl ToSocketAddrs) -> Result<()> {
157157
spawn_and_log_error(connection_loop(broker_sender.clone(), stream));
158158
}
159159
drop(broker_sender);
160-
broker_handle.await?;
160+
broker_handle.await;
161161
Ok(())
162162
}
163163

0 commit comments

Comments
 (0)