Skip to content

Commit c8eec2f

Browse files
havijsPanquesito7
andauthored
docs: remove redundant space before comma (#920)
Co-authored-by: David Leal <[email protected]>
1 parent be9daa2 commit c8eec2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

games/tic_tac_toe.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
* @author [Krishna Vedala](https://github.com/kvedala)
55
* @brief [Tic-Tac-Toe game](https://en.wikipedia.org/wiki/Tic-tac-toe)
66
* implementation in C
7-
* @details Tic-Tac-Toe Game,where the user can decide to play with the
8-
* computer(single player mode) or with other user(double player mode) , the
7+
* @details Tic-Tac-Toe Game, where the user can decide to play with the
8+
* computer(single player mode) or with other user(double player mode), the
99
* code as an array named 'game_table' which is the table and user needs to enter the
1010
* position inside the array(from 1-9) where he/she wants to place 'X' or 'O' on the
1111
* table.

0 commit comments

Comments
 (0)