mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Apply a tiny doc review suggestion
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
This commit is contained in:
parent
a59fb0ddea
commit
ab0292649f
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@
|
|||
//! ## Dispatching or REPLs?
|
||||
//!
|
||||
//! 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.
|
||||
//!
|
||||
//! Here are things that dispatching can do, but REPLs can't:
|
||||
|
|
Loading…
Reference in a new issue