From 1c17f939a23b1ca1f4d30515a46109f9825c5ab0 Mon Sep 17 00:00:00 2001 From: Igor Date: Thu, 27 May 2021 16:05:20 +0300 Subject: [PATCH] fix(Programming Basics - Looping and Ranges - Exercise 4): The description modified to match the task The function printHalfPyramid from the Task.kt was described as showHalfTriangle in the description The description was adjusted. Closes https://youtrack.jetbrains.com/issue/EDC-431 --- Programming Basics/Looping & Ranges/Exercise 4/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ``` #