Skip to content

Commit ecc1abd

Browse files
ssrliveCopilot
andauthored
Update src/lib.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent dc9823c commit ecc1abd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ impl IpStackConfig {
8080

8181
pub struct IpStack {
8282
accept_receiver: UnboundedReceiver<IpStackStream>,
83-
/// for aborting on disconnect
83+
/// For aborting the background task on disconnect.
8484
pub handle: JoinHandle<Result<()>>,
8585
}
8686

0 commit comments

Comments
 (0)