diff --git a/src/dispatching/dialogue/mod.rs b/src/dispatching/dialogue/mod.rs index 7a7249a4..33fd28b6 100644 --- a/src/dispatching/dialogue/mod.rs +++ b/src/dispatching/dialogue/mod.rs @@ -17,7 +17,7 @@ //! 1. If a storage doesn't contain a dialogue from this chat, supply //! `D::default()` into you handler, otherwise, supply the saved session //! from this chat. -//! 3. If a handler has returned [`DialogueStage::Exit`], remove the session +//! 2. If a handler has returned [`DialogueStage::Exit`], remove the session //! from the storage, otherwise ([`DialogueStage::Next`]) force the storage to //! update the session. //!