docs(triangle): fix typo

This commit is contained in:
davhojt 2022-05-01 19:44:15 +01:00 committed by Dav Hojt
parent cda2112b98
commit 0513da1fdd
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Create a function named `triangle` that takes a string and a number as arguments. Your function will return a string representing a triangle.
The string will denote the characters which construct the triangle, and the number denotes its depth.
The string will denote the characters which construct the triangle, and the number denotes its height.
### Example