]> git.donarmstrong.com Git - infobot.git/blobdiff - blootbot/src/Modules/piglatin.pl
take a few more things literally
[infobot.git] / blootbot / src / Modules / piglatin.pl
index d15135bd72792e258bd5c93c1f6763871ff7b5bf..799ae77d3a22b4908931c5d698fcce5fc2a94949 100644 (file)
@@ -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);