瀏覽代碼

Undid changes in the README

Changed the isosceles description back to the original.
Jack Mustacato 9 年之前
父節點
當前提交
e855a342f0
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      exercises/triangle/README.md

+ 3
- 1
exercises/triangle/README.md 查看文件

@@ -4,7 +4,9 @@ Determine if a triangle is equilateral, isosceles, or scalene.
4 4
 
5 5
 An _equilateral_ triangle has all three sides the same length.
6 6
 
7
-An _isosceles_ triangle has at least two sides the same length.
7
+An _isosceles_ triangle has at least two sides the same length. (It is sometimes
8
+specified as having exactly two sides the same length, but for the purposes of
9
+this exercise we'll say at least two.)
8 10
 
9 11
 A _scalene_ triangle has all sides of different lengths.
10 12