diff --git a/Programming Basics/Looping & Ranges/Exercise 4/task.md b/Programming Basics/Looping & Ranges/Exercise 4/task.md index f07d6fba..4c8c9346 100644 --- a/Programming Basics/Looping & Ranges/Exercise 4/task.md +++ b/Programming Basics/Looping & Ranges/Exercise 4/task.md @@ -1,7 +1,7 @@ ## Looping & Ranges (#4) Display half of a triangle. For an argument of 6 the function -`showHalfTriangle()` should display the following: +`printHalfPyramid()` should display the following: ``` #