소스 검색

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