diff --git a/subjects/triangle/README.md b/subjects/triangle/README.md index 02117e1a..e0d90da9 100644 --- a/subjects/triangle/README.md +++ b/subjects/triangle/README.md @@ -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