]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/piglatin.pl
* Merge changes from prposed changes
[infobot.git] / src / Modules / piglatin.pl
index d15135bd72792e258bd5c93c1f6763871ff7b5bf..7e1bcd42e039f3c599b945d352f4fb14b2bc606b 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);
@@ -40,3 +40,5 @@ sub piglatin
 }
 
 1;
+
+# vim:ts=4:sw=4:expandtab:tw=80