Skip to content

Commit

Permalink
Fix typo in docs (#2080)
Browse files Browse the repository at this point in the history
  • Loading branch information
z-o-n-n-e authored and davidpdrsn committed Jul 17, 2023
1 parent 8b36dd6 commit 0da7f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axum/src/docs/routing/merge.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let app = Router::new()
// Our app now accepts
// - GET /users
// - GET /users/:id
// - POST /teams
// - GET /teams
# async {
# hyper::Server::bind(&"".parse().unwrap()).serve(app.into_make_service()).await.unwrap();
# };
Expand Down

0 comments on commit 0da7f6e

Please sign in to comment.