Skip to content

Commit

Permalink
Fix docs for connector
Browse files Browse the repository at this point in the history
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
  • Loading branch information
Licenser committed Feb 3, 2023
1 parent 423f2e7 commit bf5ece1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/acceptor/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub struct AcceptorBuilder<State>(State);
pub struct WantsTlsConfig(());

impl AcceptorBuilder<WantsTlsConfig> {
/// Creates a new [`ConnectorBuilder`]
/// Creates a new [`AcceptorBuilder`]
pub fn new() -> Self {
Self(WantsTlsConfig(()))
}
Expand Down

0 comments on commit bf5ece1

Please sign in to comment.