ソースを参照

Update README.md

Git-Leon 6 年 前
コミット
4eb1f7f935
コミット者のEメールアドレスに関連付けられたアカウントが存在しません
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 2
    1
      README.md

+ 2
- 1
README.md ファイルの表示

@@ -226,4 +226,5 @@
226 226
 
227 227
 -
228 228
 ### Part 11.2 - Test `Alumni` Class
229
-* Write a test class which ensures that each `Studyent` in the `Alumni` class has been taught `1200` hours upon injection of the `Alumni` dependency.
229
+* Write a test class which ensures that each `Student` in the `Alumni` class has been taught `1200` hours upon injection of the `Alumni` dependency.
230
+* Ensure the `numberOfHoursTaught` has been evenly distributed amongst each of the instructors.