mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Fix the code example in dispatching::dialogue
This commit is contained in:
parent
063e673369
commit
8a961e8fdf
1 changed files with 3 additions and 3 deletions
|
@ -38,13 +38,13 @@
|
|||
//!
|
||||
//! pub type Out = TransitionOut<D>;
|
||||
//!
|
||||
//! pub async fn _1_transition(cx: TransitionIn, state: _1State) {
|
||||
//! pub async fn _1_transition(cx: TransitionIn, state: _1State) -> Out {
|
||||
//! todo!()
|
||||
//! }
|
||||
//! pub async fn _2_transition(cx: TransitionIn, state: _2State) {
|
||||
//! pub async fn _2_transition(cx: TransitionIn, state: _2State) -> Out {
|
||||
//! todo!()
|
||||
//! }
|
||||
//! pub async fn _3_transition(cx: TransitionIn, state: _3State) {
|
||||
//! pub async fn _3_transition(cx: TransitionIn, state: _3State) -> Out {
|
||||
//! todo!()
|
||||
//! }
|
||||
//!
|
||||
|
|
Loading…
Add table
Reference in a new issue