Skip to content
Snippets Groups Projects
Commit ee9dda41 authored by Arnaud LABOUREL's avatar Arnaud LABOUREL
Browse files

Typo doc

parent 7d726971
No related branches found
No related tags found
No related merge requests found
Pipeline #37122 passed
......@@ -24,7 +24,7 @@ public interface BoardGameController {
/**
* Initialize the view, method called at the start of the application.
*
* @param view the game view, implemented by the {@link BoardGameView} interface.
* @param view the game view to be initialized, implemented by the {@link BoardGameView} interface.
*/
void initializeViewOnStart(BoardGameView view);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment