diff --git a/crates/radicle-node/src/runtime.rs b/crates/radicle-node/src/runtime.rs index 90e33d48..a8e39a35 100644 --- a/crates/radicle-node/src/runtime.rs +++ b/crates/radicle-node/src/runtime.rs @@ -100,7 +100,7 @@ impl From for Error { } } -/// Wraps a [`UnixListener`] but tracks its origin. +/// Wraps a [`Listener`] but tracks its origin. pub enum ControlSocket { /// The listener was created by binding to it. Bound(Listener, PathBuf),