mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 17:52:12 +01:00
Merge branch 'repls-dispatching-doc' of https://github.com/teloxide/teloxide into repls-dispatching-doc
This commit is contained in:
commit
3f546fd637
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@
|
||||||
//! ## Dispatching or REPLs?
|
//! ## Dispatching or REPLs?
|
||||||
//!
|
//!
|
||||||
//! The difference between dispatching and the REPLs ([`crate::repl`] & co) is
|
//! The difference between dispatching and the REPLs ([`crate::repl`] & co) is
|
||||||
//! that dispatching allows you a greater degree of flexibility at the cost of a
|
//! that dispatching gives you a greater degree of flexibility at the cost of a
|
||||||
//! bit more complicated setup.
|
//! bit more complicated setup.
|
||||||
//!
|
//!
|
||||||
//! Here are things that dispatching can do, but REPLs can't:
|
//! Here are things that dispatching can do, but REPLs can't:
|
||||||
|
|
Loading…
Reference in a new issue