Skip to content

Commit c7f70bf

Browse files
committed
Fixed some typos
1 parent cbb729e commit c7f70bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/chan/ws_manager_chan.rs

+1-1
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ pub struct GetLobbyResponse {
159159
chat_room_uuid: Uuid,
160160
}
161161

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

0 commit comments

Comments
 (0)