Skip to content

Commit

Permalink
Fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
manhunto authored and maks-rafalko committed Apr 4, 2023
1 parent 6d98285 commit 71b2fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mutator/Boolean/LogicalOrNegation.php
Expand Up @@ -55,7 +55,7 @@ public static function getDefinition(): ?Definition
{
return new Definition(
<<<'TXT'
Negates whole OR (`||`) condition.
Negates a whole OR expression (`||`).
TXT
,
MutatorCategory::ORTHOGONAL_REPLACEMENT,
Expand Down

0 comments on commit 71b2fb9

Please sign in to comment.