Skip to content

Commit

Permalink
docs(test/proxy): fix docs of subproxy()
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Oct 6, 2024
1 parent 7712af8 commit cd43ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elfo-test/src/proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ impl Proxy {
}

/// Creates a subproxy with a different address.
/// The main purpose is to test `send_to(..)` and `request(..).from(..)`
/// The main purpose is to test `send_to(..)` and `request_to(..)`
/// calls. It's likely to be changed in the future.
pub async fn subproxy(&self) -> Proxy {
let f = async {
Expand Down

0 comments on commit cd43ba7

Please sign in to comment.