mirror of
https://github.com/chatmail/core.git
synced 2026-05-23 00:36:32 +03:00
Fix typo
This commit is contained in:
@@ -117,7 +117,7 @@ impl<'a> BobStateHandle<'a> {
|
|||||||
/// allowing a new handshake to be started from [`Bob`].
|
/// allowing a new handshake to be started from [`Bob`].
|
||||||
///
|
///
|
||||||
/// Note that the state is only cleared on Drop since otherwise the invariant that the
|
/// Note that the state is only cleared on Drop since otherwise the invariant that the
|
||||||
/// state is always consistent is violated. However the "ongoing" prococess is released
|
/// state is always consistent is violated. However the "ongoing" process is released
|
||||||
/// here a little bit earlier as this requires access to the Context, which we do not
|
/// here a little bit earlier as this requires access to the Context, which we do not
|
||||||
/// have on Drop (Drop can not run asynchronous code). Stopping the "ongoing" process
|
/// have on Drop (Drop can not run asynchronous code). Stopping the "ongoing" process
|
||||||
/// will release [`securejoin`](super::securejoin) which in turn will finally free the
|
/// will release [`securejoin`](super::securejoin) which in turn will finally free the
|
||||||
|
|||||||
Reference in New Issue
Block a user