diff options
| author | Ubuntu <github@matdoes.dev> | 2022-12-08 17:01:33 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-12-08 17:01:33 +0000 |
| commit | f2076daba5cfcce81399b075ba9258fbdc2012fa (patch) | |
| tree | c6d4f5669aacf02e3d6f3a16fe2c2ea9c80dd270 | |
| parent | 431f9e90a782c42f9d28a85d1d18288e352d3e0c (diff) | |
| download | azalea-drasl-f2076daba5cfcce81399b075ba9258fbdc2012fa.tar.xz | |
fix a doc comment
| -rwxr-xr-x | azalea-protocol/src/connect.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/connect.rs b/azalea-protocol/src/connect.rs index ece7fd6f..b21572e3 100755 --- a/azalea-protocol/src/connect.rs +++ b/azalea-protocol/src/connect.rs @@ -302,7 +302,7 @@ impl Connection<ClientboundLoginPacket, ServerboundLoginPacket> { /// &access_token, /// &Uuid::parse_str(&profile.id).expect("Invalid UUID"), /// e.secret_key, - /// p + /// &p /// ).await?; /// conn.write( /// ServerboundKeyPacket { |
