Browse Source

Tiny comment fix.

wip
Titouan Rigoudy 4 years ago
parent
commit
8f9d23af0c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/proto/server/client.rs

+ 1
- 1
src/proto/server/client.rs View File

@ -86,7 +86,7 @@ impl Client {
}
// Performs the login exchange.
// Called this way because `public` is already taken.
// Called this way because `login` is already taken.
async fn handshake(
&mut self,
options: &ClientOptions,


Loading…
Cancel
Save