From e8a21ef5ac5ac31992481fc87a9584a1d5df4e98 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/seed/challenges/01-front-end-development-certification/intermediate-bonfires.json b/seed/challenges/01-front-end-development-certification/intermediate-bonfires.json index 5df53a48936..e81472a6009 100644 --- a/seed/challenges/01-front-end-development-certification/intermediate-bonfires.json +++ b/seed/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": [