mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-14 00:00:15 +02:00
Fixes wording typo (#3540)
This commit is contained in:
@@ -157,7 +157,7 @@ axum::serve(listener, final_router).await.unwrap();
|
||||
# };
|
||||
```
|
||||
|
||||
This why this returning `Router<AppState>` after calling `with_state` doesn't
|
||||
This is why returning `Router<AppState>` after calling `with_state` doesn't
|
||||
work:
|
||||
|
||||
```rust,compile_fail
|
||||
|
||||
Reference in New Issue
Block a user