Bladeren bron

Update README-TableUtilities.md

Git-Leon 6 jaren geleden
bovenliggende
commit
4c837ab5ee
Geen account gekoppeld aan de committers e-mail
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1
    1
      README-TableUtilities.md

+ 1
- 1
README-TableUtilities.md Bestand weergeven

@@ -1,5 +1,5 @@
1 1
 # TableUtilities
2
-* Ensure each of the test cases in the class [TableUtilitiesTest]() successfully passes upon completion of each method stubs in the class [TableUtilities]().
2
+* Ensure each of the test cases in the class [TableUtilitiesTest](https://github.com/Zipcoder/CR-MicroLabs-Loops-NumbersTrianglesTables/blob/master/src/test/java/io/zipcoder/microlabs/mastering_loops/TableUtilitiesTest.java) successfully passes upon completion of each method stubs in the class [TableUtilities](https://github.com/Zipcoder/CR-MicroLabs-Loops-NumbersTrianglesTables/blob/master/src/main/java/io/zipcoder/microlabs/mastering_loops/TableUtilities.java).
3 3
     * `String getLargeMultiplicationTable()`
4 4
     * `String getSmallMultiplicationTable()`
5 5
     * `String getMultiplicationTable(int width)`