Explorar o código

doc: minor tweak to channel.rs doc

draoi %!s(int64=2) %!d(string=hai) anos
pai
achega
e631e8ce68
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/net/channel.rs

+ 2 - 2
src/net/channel.rs

@@ -87,8 +87,8 @@ pub struct Channel {
 
 impl Channel {
     /// Sets up a new channel. Creates a reader and writer [`PtStream`] and
-    /// summons the message subscriber subsystem. Performs a network handshake
-    /// on the subsystem dispatchers.
+    /// the message subscriber subsystem. Performs a network handshake on the
+    /// subsystem dispatchers.
     pub async fn new(stream: Box<dyn PtStream>, addr: Url, session: SessionWeakPtr) -> Arc<Self> {
         let (reader, writer) = io::split(stream);
         let reader = Mutex::new(reader);