From ff1a7c05d1e879f1c9e5ae0b3af9ab9c60f5902b Mon Sep 17 00:00:00 2001 From: p0lunin Date: Fri, 14 Feb 2020 11:44:50 +0200 Subject: [PATCH] fixed documentation --- src/dispatching/dialogue/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. //!