1
1
Fork 0

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
This commit is contained in:
Igor 2021-05-27 16:05:20 +03:00
parent 184b550de0
commit 1c17f939a2
1 changed files with 1 additions and 1 deletions

View File

@ -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:
```
#