Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gferon committed Oct 21, 2024
1 parent a5eaa0a commit 453e8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sender.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ where
.await;
}

// don't send anything to self nor session enders to others as sealed sender
// don't send session enders as sealed sender
if end_session {
unidentified_access.take();
}
Expand Down

0 comments on commit 453e8da

Please sign in to comment.