Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Oct 15, 2024
1 parent a5c49d8 commit 41ccd02
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Eval/AbsoluteForkEval.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
/**
* Absolute Fork Evaluation
*
* A fork is a tactic in which a piece attacks multiple enemy pieces
* simultaneously. A fork is a type of double attack. If the king is one of the
* attacked pieces, the term absolute fork is then used.
* A fork is a tactic in which a piece attacks multiple pieces at the same time.
* It is a double attack. A fork involving the enemy king is an absolute fork.
*/
class AbsoluteForkEval extends AbstractEval implements ElaborateEvalInterface
{
Expand Down

0 comments on commit 41ccd02

Please sign in to comment.