Fix a typo

This commit is contained in:
Luca Barbato
2020-12-04 10:12:16 +01:00
committed by Dirkjan Ochtman
parent cfe6570a66
commit fc2016103d
+1 -1
View File
@@ -29,7 +29,7 @@ pub fn make_client_endpoint(
///
/// ## Returns
///
/// - a sream of incoming QUIC connections
/// - a stream of incoming QUIC connections
/// - server certificate serialized into DER format
#[allow(unused)]
pub fn make_server_endpoint(bind_addr: SocketAddr) -> Result<(Incoming, Vec<u8>), Box<dyn Error>> {