Skip to content

Commit d9cccfb

Browse files
authored
docs: fix typo in doc comment
1 parent b392b52 commit d9cccfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ impl<F: Fn(Option<&str>, Option<&str>, Option<u16>) -> bool + Send + Sync + 'sta
172172
}
173173
}
174174

175-
/// A Proxy strcut
175+
/// A Proxy struct
176176
#[derive(Clone, Debug)]
177177
pub struct Proxy {
178178
intercept: Intercept,

0 commit comments

Comments
 (0)