Explorar el Código

Update README.md

Git-Leon hace 7 años
padre
commit
aac9682c89
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      README.md

+ 1
- 1
README.md Ver fichero

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