From d759530d3e5d286fc278d9a4b8dc3b0d80ef649d Mon Sep 17 00:00:00 2001 From: Monica Moniot Date: Sat, 14 Oct 2023 10:55:32 -0400 Subject: [PATCH] fixed docs --- performance/src/result.rs | 2 +- reference/src/result.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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), }