Expand a doc sentence according to code review

This commit is contained in:
Hirrolot 2022-07-24 19:30:41 +06:00
parent 4e2265a217
commit 8eaadf8f94

View file

@ -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>