diff --git a/zssp/src/zssp.rs b/zssp/src/zssp.rs index 5e37da8a9..faff4728f 100644 --- a/zssp/src/zssp.rs +++ b/zssp/src/zssp.rs @@ -78,7 +78,7 @@ pub enum ReceiveResult<'a, H: ApplicationLayer> { /// Packet is valid and a new session was created. /// - /// The session will have already been gated by the accept_new_session() method in the Host trait. + /// The session will have already been gated by the accept_new_session() method in ApplicationLayer. OkNewSession(Session), /// Packet appears valid but was ignored e.g. as a duplicate.