fixed documentation

This commit is contained in:
p0lunin 2020-02-14 11:44:50 +02:00
parent c9f811a311
commit ff1a7c05d1

View file

@ -17,7 +17,7 @@
//! 1. If a storage doesn't contain a dialogue from this chat, supply //! 1. If a storage doesn't contain a dialogue from this chat, supply
//! `D::default()` into you handler, otherwise, supply the saved session //! `D::default()` into you handler, otherwise, supply the saved session
//! from this chat. //! 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 //! from the storage, otherwise ([`DialogueStage::Next`]) force the storage to
//! update the session. //! update the session.
//! //!