Skip to content

Commit 447c171

Browse files
authored
fix: Fix typo in documentation
1 parent 9311fd7 commit 447c171

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)