This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
solstice
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Tiny comment fix.
wip
Titouan Rigoudy
4 years ago
parent
d465c9f216
commit
8f9d23af0c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
,
Write
Preview
Loading…
Cancel
Save