From 600b16d4317044d6b37ea0e7c66cc8320d856e26 Mon Sep 17 00:00:00 2001 From: Fredrik Park Date: Tue, 16 Sep 2025 22:33:39 +0200 Subject: [PATCH] Spelling misstake in Using closure capture (#3481) --- axum/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axum/src/lib.rs b/axum/src/lib.rs index 03301667..b5d754e1 100644 --- a/axum/src/lib.rs +++ b/axum/src/lib.rs @@ -275,7 +275,7 @@ //! # let _: Router = app; //! ``` //! -//! The downside to this approach is that it's a the most verbose approach. +//! The downside to this approach is that it's the most verbose approach. //! //! ## Using task-local variables //!