From c5b99db101f251b1b17bbe8df5885ed3a1c16409 Mon Sep 17 00:00:00 2001 From: Lorenz Leutgeb Date: Mon, 25 Aug 2025 10:10:52 +0200 Subject: [PATCH] doc: Oversight when integrating winpipe --- crates/radicle-node/src/runtime.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),