Skip to content

Commit d0e8605

Browse files
author
KocsisV
committed
EAVPD-94 has -> have
1 parent 59ffc65 commit d0e8605

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,11 @@ runs:
160160
161161
if ( $numRules -eq $numRulesWithOccurrences )
162162
{
163-
$msg += "All ($numRules) rules has occurrences in the model.`r`n"
163+
$msg += "All ($numRules) rules have occurrences in the model.`r`n"
164164
}
165165
else
166166
{
167-
$msg += "Out of the $numRules rules, $numRulesWithOccurrences has occurrences.`r`n"
167+
$msg += "Out of the $numRules rules, $numRulesWithOccurrences have occurrences.`r`n"
168168
}
169169
}
170170
else

0 commit comments

Comments
 (0)