File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ pub enum WsMessage {
179
179
} ,
180
180
/// The user account was updated.
181
181
///
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
183
183
/// frontend
184
184
AccountUpdated {
185
185
/// The new account data
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ pub struct GetLobbyResponse {
159
159
chat_room_uuid : Uuid ,
160
160
}
161
161
162
- /// Retrieves an open lobbies.
162
+ /// Retrieves an open lobby
163
163
///
164
164
/// If `password` is `true`, the lobby is secured by a user-set password
165
165
#[ utoipa:: path(
@@ -946,7 +946,7 @@ pub struct PlayerKickPath {
946
946
///
947
947
/// This endpoint can only be used by the lobby owner.
948
948
///
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]
950
950
/// message via websocket on success.
951
951
#[ utoipa:: path(
952
952
tag = "Lobbies" ,
You can’t perform that action at this time.
0 commit comments