Skip to content

Commit d8d7d89

Browse files
committed
Fixed some typos
1 parent bc69ae6 commit d8d7d89

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎src/chan/ws_manager_chan.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ pub enum WsMessage {
179179
},
180180
/// The user account was updated.
181181
///
182-
/// This might me especially useful for reflecting changes in the username, etc. in the
182+
/// This might be especially useful for reflecting changes in the username, etc. in the
183183
/// frontend
184184
AccountUpdated {
185185
/// The new account data

‎src/server/handler/lobbies.rs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ pub struct GetLobbyResponse {
161161
chat_room_uuid: Uuid,
162162
}
163163

164-
/// Retrieves an open lobbies.
164+
/// Retrieves an open lobby
165165
///
166166
/// If `password` is `true`, the lobby is secured by a user-set password
167167
#[utoipa::path(
@@ -944,7 +944,7 @@ pub struct PlayerKickPath {
944944
///
945945
/// This endpoint can only be used by the lobby owner.
946946
///
947-
/// All players in the lobby as well as the kick player will receive a [WsMessage::LobbyKick]
947+
/// All players in the lobby as well as the kicked player will receive a [WsMessage::LobbyKick]
948948
/// message via websocket on success.
949949
#[utoipa::path(
950950
tag = "Lobbies",

0 commit comments

Comments
 (0)