Merge pull request #9602 from BKinahan/fix/pig-latin-case

Clarify Pig Latin input strings are all lowercase
This commit is contained in:
Stuart Taylor
2016-07-10 00:34:30 +01:00
committed by GitHub

View File

@ -280,6 +280,7 @@
"Translate the provided string to pig latin.",
"<a href=\"http://en.wikipedia.org/wiki/Pig_Latin\" target=\"_blank\">Pig Latin</a> takes the first consonant (or consonant cluster) of an English word, moves it to the end of the word and suffixes an \"ay\".",
"If a word begins with a vowel you just add \"way\" to the end.",
"Input strings are guaranteed to be English words in all lowercase.",
"Remember to use <a href='//github.com/FreeCodeCamp/freecodecamp/wiki/FreeCodeCamp-Get-Help' target='_blank'>Read-Search-Ask</a> if you get stuck. Try to pair program. Write your own code."
],
"challengeSeed": [