diff --git a/triangle.md b/triangle.md index 5f5cdf51b2..6de895b835 100644 --- a/triangle.md +++ b/triangle.md @@ -2,6 +2,6 @@ The program should raise an error if the triangle cannot exist. ## Hint -The sum of the lengths of any two sides of a triangle always exceeds the -length of the third side, a principle known as the _triangle +The sum of the lengths of any two sides of a triangle always exceeds or +is equal to the length of the third side, a principle known as the _triangle inequality_.