Skip to content

Commit 684c5bb

Browse files
sandreimlexnv
andauthored
Update cumulus/pallets/testing/tic-tac-toe/src/lib.rs
Co-authored-by: Alexandru Vasile <[email protected]>
1 parent dbf160b commit 684c5bb

File tree

1 file changed

+1
-1
lines changed
  • cumulus/pallets/testing/tic-tac-toe/src

1 file changed

+1
-1
lines changed

cumulus/pallets/testing/tic-tac-toe/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ pub mod pallet {
135135
MoveMade { game_id: u32, player: T::AccountId, position: u8 },
136136
/// Game ended [game_id, state_u8]
137137
GameEnded { game_id: u32, state_u8: u8 },
138-
/// A player joined the matchmaking queue [player]
138+
/// A player joined the matchmaking queue player
139139
PlayerJoinedQueue { player: T::AccountId },
140140
/// A player left the matchmaking queue [player]
141141
PlayerLeftQueue { player: T::AccountId },

0 commit comments

Comments
 (0)