mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Expand a doc sentence according to code review
This commit is contained in:
parent
4e2265a217
commit
8eaadf8f94
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
|||
//! -- no problem, reuse [`dptree::Handler::filter`], [`dptree::case!`], and
|
||||
//! other combinators in the same way!
|
||||
//!
|
||||
//! Finally, we define our endpoints like this:
|
||||
//! Finally, we define our endpoints via simple `async` functions like this:
|
||||
//!
|
||||
//! <details>
|
||||
//! <summary>Show the endpoints</summary>
|
||||
|
|
Loading…
Reference in a new issue