mirror of
https://github.com/tokio-rs/axum.git
synced 2025-10-02 07:20:38 +00:00
Fix a typo inside handlers_intro.md (#1919)
This commit is contained in:
parent
24f8dc53f4
commit
946d8c3253
@ -2,7 +2,7 @@ In axum a "handler" is an async function that accepts zero or more
|
|||||||
["extractors"](crate::extract) as arguments and returns something that
|
["extractors"](crate::extract) as arguments and returns something that
|
||||||
can be converted [into a response](crate::response).
|
can be converted [into a response](crate::response).
|
||||||
|
|
||||||
Handlers is where your application logic lives and axum applications are built
|
Handlers are where your application logic lives and axum applications are built
|
||||||
by routing between handlers.
|
by routing between handlers.
|
||||||
|
|
||||||
[`debug_handler`]: https://docs.rs/axum-macros/latest/axum_macros/attr.debug_handler.html
|
[`debug_handler`]: https://docs.rs/axum-macros/latest/axum_macros/attr.debug_handler.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user