Skip to content

Commit

Permalink
Futurize the chess tutor paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Feb 9, 2025
1 parent b5c2cdc commit a4f704d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Game/Blocking/TutorGoodPgnTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function run()

return [
'pgn' => $goodPgnEvaluation->pgn,
'paragraph' => implode(' ', $goodPgnEvaluation->paragraph),
'paragraph' => implode(' ', $goodPgnEvaluation->futurize()),
];
}
}

0 comments on commit a4f704d

Please sign in to comment.