Pārlūkot izejas kodu

Update README-TableUtilities.md

Git-Leon 6 gadus atpakaļ
vecāks
revīzija
c5bc7722c5
Revīzijas autora e-pasts nav piesaistīts nevienam kontam
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2
    2
      README-TableUtilities.md

+ 2
- 2
README-TableUtilities.md Parādīt failu

35
 
35
 
36
 
36
 
37
 
37
 
38
-
38
+<br><br><br><br>
39
 ## `String getSmallMultiplicationTable()`
39
 ## `String getSmallMultiplicationTable()`
40
 * **Description**
40
 * **Description**
41
     * Generate a `String` representation of a multiplication table whose dimensions are `4` by `4`
41
     * Generate a `String` representation of a multiplication table whose dimensions are `4` by `4`
231
      4 |  8 | 12 | 16 | 20 | 24 |
231
      4 |  8 | 12 | 16 | 20 | 24 |
232
      5 | 10 | 15 | 20 | 25 | 30 |
232
      5 | 10 | 15 | 20 | 25 | 30 |
233
      6 | 12 | 18 | 24 | 30 | 36 |
233
      6 | 12 | 18 | 24 | 30 | 36 |
234
-    ```
234
+    ```