浏览代码

Update README.md

Git-Leon 7 年前
父节点
当前提交
aac9682c89
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

138
 -
138
 -
139
 ### Part 9.0 - Test `ZipCodeWilmington`
139
 ### Part 9.0 - Test `ZipCodeWilmington`
140
 * Create a `TestZipCodeWilmington` class.
140
 * Create a `TestZipCodeWilmington` class.
141
-	* Create a `testHostLecture` method which ensures that each of the `Student`'s `totalStudyTime` instance variable is incremented by the specified `numberOfHours` upon invoking the `.hostLecture` method.
141
+	* Create a `testHostLecture` method which ensures that each of the `Student`'s `totalStudyTime` instance variable is incremented by the specified `numberOfHours` upon invoking the `hostLecture` method.
142
 
142
 
143
 
143
 
144
 
144