소스 검색

Update README.md

Git-Leon 6 년 전
부모
커밋
4eb1f7f935
No account linked to committer's email
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.