Bläddra i källkod

Update 'README-TriangleUtilities.md'

nhu313 6 år sedan
förälder
incheckning
e3b0a650f0
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      README-TriangleUtilities.md

+ 1
- 1
README-TriangleUtilities.md Visa fil

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