File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments