Przeglądaj źródła

Update README.md

Git-Leon 7 lat temu
rodzic
commit
aac9682c89
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      README.md

+ 1
- 1
README.md Wyświetl plik

@@ -138,7 +138,7 @@
138 138
 -
139 139
 ### Part 9.0 - Test `ZipCodeWilmington`
140 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