mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
fixed documentation
This commit is contained in:
parent
c9f811a311
commit
ff1a7c05d1
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
//!
|
||||
|
|
Loading…
Reference in a new issue