From d9cccfb62eeba1095a3896fa91530c0acf8cfb49 Mon Sep 17 00:00:00 2001 From: omjadas Date: Sun, 29 Aug 2021 18:26:58 +1000 Subject: [PATCH] docs: fix typo in doc comment --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 1e6bde2..dd2de24 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -172,7 +172,7 @@ impl, Option<&str>, Option) -> bool + Send + Sync + 'sta } } -/// A Proxy strcut +/// A Proxy struct #[derive(Clone, Debug)] pub struct Proxy { intercept: Intercept,