Sfoglia il codice sorgente

Update 'README-TriangleUtilities.md'

nhu313 6 anni fa
parent
commit
e3b0a650f0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      README-TriangleUtilities.md

+ 1
- 1
README-TriangleUtilities.md Vedi File

@@ -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