Fixes wording typo (#3540)

This commit is contained in:
Italo Maia
2025-11-14 20:37:15 +01:00
committed by Jonas Platte
parent f9ce3e5b42
commit fe607e6dcf
+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