mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-22 00:00:17 +02:00
Fix typo (#3272)
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@
|
||||
//!
|
||||
//! # Routing
|
||||
//!
|
||||
//! [`Router`] is used to set up which paths goes to which services:
|
||||
//! [`Router`] is used to set up which paths go to which services:
|
||||
//!
|
||||
//! ```rust
|
||||
//! use axum::{Router, routing::get};
|
||||
|
||||
Reference in New Issue
Block a user