1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

fix a doc comment

This commit is contained in:
Ubuntu 2022-12-08 17:01:33 +00:00
parent 431f9e90a7
commit f2076daba5

View file

@ -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 {