Spell adjust (#7050)

This commit is contained in:
Hans 2024-01-30 15:23:10 +08:00 committed by GitHub
parent dd74643993
commit 561cd37c85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1263,7 +1263,7 @@ async fn rejoin_room(
Ok(())
}
/// leave room disonnects from the room.
/// leave room disconnects from the room.
async fn leave_room(
_: proto::LeaveRoom,
response: Response<proto::LeaveRoom>,