diff --git a/axum/src/lib.rs b/axum/src/lib.rs index 217b4cc9..cdb28530 100644 --- a/axum/src/lib.rs +++ b/axum/src/lib.rs @@ -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};