diff --git a/src/simple_uds.rs b/src/simple_uds.rs index 1a45372..b116966 100644 --- a/src/simple_uds.rs +++ b/src/simple_uds.rs @@ -1,6 +1,6 @@ // SPDX-License-Identifier: CC0-1.0 -//! This module implements a synchronous transport over a raw [`std::net::TcpListener`]. +//! This module implements a synchronous transport over a raw [`std::net::UnixStream`]. use std::os::unix::net::UnixStream; use std::{error, fmt, io, path, time};