瀏覽代碼

Update README-TableUtilities.md

Git-Leon 6 年之前
父節點
當前提交
9d840a2dc3
沒有帳戶連結到提交者的電子郵件
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      README-TableUtilities.md

+ 2
- 2
README-TableUtilities.md 查看文件

@@ -102,7 +102,7 @@
102 102
     
103 103
     
104 104
     
105
-
105
+<br><br><br><br>
106 106
 ## `String getLargeMultiplicationTable()`
107 107
 * **Description**
108 108
     * Given one integer, `width`, generate a `String` representation of a multiplication table whose dimensions are `width` by `width`
@@ -174,7 +174,7 @@
174 174
     
175 175
     
176 176
     
177
-    
177
+<br><br><br><br>
178 178
 ## `String getMultiplicationTable(int width)`
179 179
 * **Description**
180 180
     * Given one integer, `width`, generate a `String` representation of a multiplication table whose dimensions are `width` by `width`