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:
parent
184b550de0
commit
1c17f939a2
|
@ -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:
|
||||
|
||||
```
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue