diff --git a/performance/src/result.rs b/performance/src/result.rs index 2013d49..061c89a 100644 --- a/performance/src/result.rs +++ b/performance/src/result.rs @@ -13,7 +13,7 @@ pub enum OpenError { IdentityTooLarge, /// An error was returned by one of the ratchet state `ApplicationLayer` callbacks. - /// The received packet was dropped. + /// The session could not be openned as a result. StorageError(std::io::Error), } diff --git a/reference/src/result.rs b/reference/src/result.rs index 5108d69..2606e3b 100644 --- a/reference/src/result.rs +++ b/reference/src/result.rs @@ -13,7 +13,7 @@ pub enum OpenError { IdentityTooLarge, /// An error was returned by one of the ratchet state `ApplicationLayer` callbacks. - /// The received packet was dropped. + /// The session could not be openned as a result. StorageError(std::io::Error), }