瀏覽代碼

Update 'README-TriangleUtilities.md'

nhu313 6 年之前
父節點
當前提交
e3b0a650f0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README-TriangleUtilities.md

+ 1
- 1
README-TriangleUtilities.md 查看文件

@@ -83,7 +83,7 @@
83 83
 <br><br><br><br>
84 84
 ## `String getLargeTriangle()`
85 85
 * **Description**
86
-    * Write a method that returns a `String` representation of a large triangle, whose base height and base width is 10 asterisks.
86
+    * Write a method that returns a `String` representation of a large triangle, whose base height and base width is 9 asterisks.
87 87
     
88 88
 ### Example
89 89
 * Sample Script