Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorejb committed Apr 14, 2023
1 parent 1859bcf commit b91cb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/WikiParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public static function getStvLineNum(string $html): ?int
if (
str_contains($line, ">STV<") ||
// for https://wiki.php.net/todo/php81
str_contains($line, 'Single Transferrable Vote')
str_contains($line, 'Single Transferable Vote')
) {
return $lineNum;
}
Expand Down

0 comments on commit b91cb4f

Please sign in to comment.