We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf160b commit 684c5bbCopy full SHA for 684c5bb
cumulus/pallets/testing/tic-tac-toe/src/lib.rs
@@ -135,7 +135,7 @@ pub mod pallet {
135
MoveMade { game_id: u32, player: T::AccountId, position: u8 },
136
/// Game ended [game_id, state_u8]
137
GameEnded { game_id: u32, state_u8: u8 },
138
- /// A player joined the matchmaking queue [player]
+ /// A player joined the matchmaking queue player
139
PlayerJoinedQueue { player: T::AccountId },
140
/// A player left the matchmaking queue [player]
141
PlayerLeftQueue { player: T::AccountId },
0 commit comments