Skip to content

Commit

Permalink
Fix a documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudy committed Dec 29, 2023
1 parent 0629f95 commit db2779d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion braid/src/tls/server/acceptor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use crate::server::Accept;
pub(super) use super::TlsStream;

impl TlsAcceptor {
/// Create a new TLS Acceptor with the given [rustls::ServerConfig] and [tokio::net:TcpListener].
/// Create a new TLS Acceptor with the given [rustls::ServerConfig] and [tokio::net::TcpListener].
pub fn new(config: Arc<ServerConfig>, incoming: TcpListener) -> TlsAcceptor {
TlsAcceptor { config, incoming }
}
Expand Down

0 comments on commit db2779d

Please sign in to comment.