This commit is contained in:
Henrikh Kantuni 2025-03-17 06:02:18 -04:00 committed by GitHub
parent da3539cb0e
commit ab70773f2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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};