X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=blootbot%2Fsrc%2FModules%2Fpiglatin.pl;h=799ae77d3a22b4908931c5d698fcce5fc2a94949;hb=bf965fe525a92b2670e68dfff6d51da8cd98a692;hp=d15135bd72792e258bd5c93c1f6763871ff7b5bf;hpb=098a4a5091cee7b33b8fd0f8d8c9b93abe702729;p=infobot.git diff --git a/blootbot/src/Modules/piglatin.pl b/blootbot/src/Modules/piglatin.pl index d15135b..799ae77 100644 --- a/blootbot/src/Modules/piglatin.pl +++ b/blootbot/src/Modules/piglatin.pl @@ -14,7 +14,7 @@ sub piglatin # FIXME: does not handle: # non-trailing punctuation and hyphens - # y as vowel "style" -> "ylestay" + # y as vowel 'style' -> 'ylestay' # contractions for my $word (split /\s+/, $text) { my ($pigword, $postfix);