From fcbf6f4bc29c8deaacf542a4ff455ff44f684423 Mon Sep 17 00:00:00 2001 From: Klimenty Titov Date: Thu, 31 Oct 2024 17:01:20 +0300 Subject: [PATCH] fix docs --- crates/proxy/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/proxy/src/lib.rs b/crates/proxy/src/lib.rs index cdb0677bd..9790239a9 100644 --- a/crates/proxy/src/lib.rs +++ b/crates/proxy/src/lib.rs @@ -4,7 +4,7 @@ //! //! In this example, if the requested URL begins with , the proxy goes to //! ; if the requested URL begins with , the proxy -//! goes to . +//! goes to . //! //! ```no_run //! use salvo_core::prelude::*;