You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/triangle/description.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ A _scalene_ triangle has all sides of different lengths.
14
14
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.
15
15
16
16
~~~~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.
18
18
You may handle those situations if you wish to do so, or safely ignore them.
0 commit comments