From cbd759163a0fc62bfed72dcd9290d8aacb240cc3 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 11 Aug 2022 10:32:50 +0000 Subject: [PATCH] Improve comment for ChannelUsage::Exit --- crates/tor-chanmgr/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tor-chanmgr/src/lib.rs b/crates/tor-chanmgr/src/lib.rs index 4b28a72ff..44e8a70e4 100644 --- a/crates/tor-chanmgr/src/lib.rs +++ b/crates/tor-chanmgr/src/lib.rs @@ -140,7 +140,7 @@ pub enum ChannelUsage { /// Use for BEGINDIR-based non-anonymous directory connections Dir, - /// Use to exit + /// Use to transmit user traffic (including exit traffic) over the network. /// /// Includes a circuit being constructed preemptively. Exit,