mirror of
https://github.com/tokio-rs/axum.git
synced 2025-03-13 19:27:53 +01:00
docs: fix typo on EmptyRouter
documentation (#204)
This commit is contained in:
parent
5368e33f99
commit
2d6b5dd0b8
1 changed files with 1 additions and 1 deletions
|
@ -523,7 +523,7 @@ fn insert_url_params<B>(req: &mut Request<B>, params: Vec<(String, String)>) {
|
|||
/// to all requests.
|
||||
///
|
||||
/// This is used as the bottom service in a router stack. You shouldn't have to
|
||||
/// use to manually.
|
||||
/// use it manually.
|
||||
pub struct EmptyRouter<E = Infallible> {
|
||||
status: StatusCode,
|
||||
_marker: PhantomData<fn() -> E>,
|
||||
|
|
Loading…
Add table
Reference in a new issue