fixed docs

This commit is contained in:
Monica Moniot
2023-10-14 10:55:32 -04:00
parent 3a291c3eb1
commit d759530d3e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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),
}
+1 -1
View File
@@ -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),
}