Skip to content

Commit

Permalink
Fixed some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
CrsiX committed Jan 2, 2024
1 parent cbb729e commit c7f70bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/chan/ws_manager_chan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ pub enum WsMessage {
},
/// The user account was updated.
///
/// This might me especially useful for reflecting changes in the username, etc. in the
/// This might be especially useful for reflecting changes in the username, etc. in the
/// frontend
AccountUpdated {
/// The new account data
Expand Down
4 changes: 2 additions & 2 deletions src/server/handler/lobbies.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ pub struct GetLobbyResponse {
chat_room_uuid: Uuid,
}

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

0 comments on commit c7f70bf

Please sign in to comment.