From f2076daba5cfcce81399b075ba9258fbdc2012fa Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Thu, 8 Dec 2022 17:01:33 +0000 Subject: fix a doc comment --- azalea-protocol/src/connect.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol/src') 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 { /// &access_token, /// &Uuid::parse_str(&profile.id).expect("Invalid UUID"), /// e.secret_key, - /// p + /// &p /// ).await?; /// conn.write( /// ServerboundKeyPacket { -- cgit v1.2.3