Skip to content

Commit

Permalink
Make instructions match test
Browse files Browse the repository at this point in the history
Instructions said `uickqay` but test says `ickquay`. Aligned instructions with test.
  • Loading branch information
david-mears authored Oct 22, 2019
1 parent 31bfd6c commit 1a19dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercise_6.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Write the program to reverse the above
# e.g. "Ethay uickqay oxfay umpedjay overway ethay azylay ogday" ->
# e.g. "Ethay ickquay oxfay umpedjay overway ethay azylay ogday" ->
# "The quick fox jumped over the lazy dog"

def pig_latin_sentence_reverse(sentence)
Expand Down

0 comments on commit 1a19dc9

Please sign in to comment.