Fixes wording typo (#3540)

This commit is contained in:
Italo Maia
2025-10-26 23:35:01 +01:00
committed by GitHub
parent cec605c8eb
commit c4890b844b
+1 -1
View File
@@ -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: work:
```rust,compile_fail ```rust,compile_fail