Skip to content

Commit

Permalink
fix docs (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
markcda authored Oct 31, 2024
1 parent 7ceba17 commit df11e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/proxy/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//!
//! In this example, if the requested URL begins with <http://127.0.0.1:5800/>, the proxy goes to
//! <https://www.rust-lang.org>; if the requested URL begins with <http://localhost:5800/>, the proxy
//! goes to <https://www.rust-lang.org>.
//! goes to <https://crates.io>.
//!
//! ```no_run
//! use salvo_core::prelude::*;
Expand Down

0 comments on commit df11e3e

Please sign in to comment.