Skip to content

Commit 21c60ef

Browse files
authored
Merge pull request #298 from matthewfischer/master
Correct definition for the Triangle inequality
2 parents bb219ac + 8877489 commit 21c60ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

triangle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ The program should raise an error if the triangle cannot exist.
22

33
## Hint
44

5-
The sum of the lengths of any two sides of a triangle always exceeds the
6-
length of the third side, a principle known as the _triangle
5+
The sum of the lengths of any two sides of a triangle always exceeds or
6+
is equal to the length of the third side, a principle known as the _triangle
77
inequality_.

0 commit comments

Comments
 (0)