From ebebb7c32f678131f01d5ef284d02865aaf58b89 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 27 Dec 2022 13:03:53 -0500 Subject: [PATCH] docs --- zssp/src/zssp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.