From bc62d406d36e04e4dc010747bb88cc3537863bd0 Mon Sep 17 00:00:00 2001 From: BKinahan Date: Thu, 7 Jul 2016 15:32:10 +0000 Subject: [PATCH] Clarify Pig Latin input strings are all lowercase --- .../intermediate-bonfires.json | 1 + 1 file changed, 1 insertion(+) diff --git a/challenges/01-front-end-development-certification/intermediate-bonfires.json b/challenges/01-front-end-development-certification/intermediate-bonfires.json index 5df53a4893..e81472a600 100644 --- a/challenges/01-front-end-development-certification/intermediate-bonfires.json +++ b/challenges/01-front-end-development-certification/intermediate-bonfires.json @@ -280,6 +280,7 @@ "Translate the provided string to pig latin.", "Pig Latin 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 Read-Search-Ask if you get stuck. Try to pair program. Write your own code." ], "challengeSeed": [