Browse Source

fix doc comment

Justin Tracey 1 year ago
parent
commit
e18d005894
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/client.rs

+ 1 - 1
src/bin/client.rs

@@ -292,7 +292,7 @@ impl Conversation<Active> {
     }
 }
 
-/// Attempt to read some portion of the size of the reast of the header from the stream.
+/// Attempt to read some portion of the header size from the stream.
 /// The number of bytes written is returned in the Ok case.
 /// The caller must read any remaining bytes less than 4.
 // N.B.: This must be written cancellation safe!