Skip to content

Commit c24ec96

Browse files
authored
Update exercises/triangle/description.md
1 parent 41ec61d commit c24ec96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/triangle/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A _scalene_ triangle has all sides of different lengths.
1414
For a shape to be a triangle at all, all sides have to be of length > 0, and the sum of the lengths of any two sides must be greater than or equal to the length of the third side.
1515

1616
~~~~exercism/note
17-
We opted to not include degenerate triangles (triangles that violate these rules) in the tests to keep things simpler.
17+
We opted to not include tests for degenerate triangles (triangles that violate these rules) to keep things simpler.
1818
You may handle those situations if you wish to do so, or safely ignore them.
1919
~~~~
2020

0 commit comments

Comments
 (0)