mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 22:09:26 +01:00
Fix "an UTF"/"an union" with "a UTF"/"a union", etc
This commit is contained in:
parent
ddeb70f1e3
commit
d3944d82d9
@ -65,6 +65,8 @@ foreach my $arg (@ARGV) {
|
||||
my @quotes;
|
||||
$output =~ s/(?:\"((?:\\\"|(?!\").)*)\")/push @quotes, $1; '"' . ('-' x length $1) . '"'/ge;
|
||||
|
||||
$output =~ s/\ban un/a un/g;
|
||||
$output =~ s/\ban UTF/a UTF/g;
|
||||
$output =~ s/the value the expression/the value of the expression/g;
|
||||
$output =~ s/the value the member/the value of the member/g;
|
||||
$output =~ s/the value the/the/g;
|
||||
|
Loading…
Reference in New Issue
Block a user