Skip to content

Commit

Permalink
EAVPD-94 has -> have
Browse files Browse the repository at this point in the history
  • Loading branch information
KocsisV committed Sep 7, 2023
1 parent 59ffc65 commit d0e8605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,11 @@ runs:
if ( $numRules -eq $numRulesWithOccurrences )
{
$msg += "All ($numRules) rules has occurrences in the model.`r`n"
$msg += "All ($numRules) rules have occurrences in the model.`r`n"
}
else
{
$msg += "Out of the $numRules rules, $numRulesWithOccurrences has occurrences.`r`n"
$msg += "Out of the $numRules rules, $numRulesWithOccurrences have occurrences.`r`n"
}
}
else
Expand Down

0 comments on commit d0e8605

Please sign in to comment.