瀏覽代碼

Update README-TableUtilities.md

Git-Leon 6 年之前
父節點
當前提交
4c837ab5ee
沒有帳戶連結到提交者的電子郵件
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      README-TableUtilities.md

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

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