diff --git a/getting-started-exercises.md b/getting-started-exercises.md index a660433..a6c1848 100644 --- a/getting-started-exercises.md +++ b/getting-started-exercises.md @@ -301,7 +301,7 @@ function call that includes the number of tracks on an album. 41. Magicians: Make a array of magician’s names. Pass the array to a function called show_magicians(), which prints the name of each magician in the array. -42. Great Magicians: Start with a copy of your program from Exercise 39. +42. Great Magicians: Start with a copy of your program from Exercise 41. Write a function called make_great() that modifies the array of magicians by adding the phrase the Great to each magician’s name. Call show_magicians() to see that the list has actually been modified.