diff --git a/src/dispatching.rs b/src/dispatching.rs index 3be7897a..c0418a18 100644 --- a/src/dispatching.rs +++ b/src/dispatching.rs @@ -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: //! //!
//! Show the endpoints