This commit is contained in:
Henrikh Kantuni
2025-03-17 11:02:18 +01:00
committed by GitHub
parent da3539cb0e
commit ab70773f2b
+1 -1
View File
@@ -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};