aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-12-08 17:01:33 +0000
committerUbuntu <github@matdoes.dev>2022-12-08 17:01:33 +0000
commitf2076daba5cfcce81399b075ba9258fbdc2012fa (patch)
treec6d4f5669aacf02e3d6f3a16fe2c2ea9c80dd270
parent431f9e90a782c42f9d28a85d1d18288e352d3e0c (diff)
downloadazalea-drasl-f2076daba5cfcce81399b075ba9258fbdc2012fa.tar.xz
fix a doc comment
-rwxr-xr-xazalea-protocol/src/connect.rs2
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 {