Browse Source

Update README.md

Git-Leon 7 years ago
parent
commit
9a2bbb8e0c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

40
 	* Create a `testLearn` method that ensures a `Student`'s `totalStudyTime` instance variable is incremented by the specified `numberOfHours` by invoking the `.learn` method.
40
 	* Create a `testLearn` method that ensures a `Student`'s `totalStudyTime` instance variable is incremented by the specified `numberOfHours` by invoking the `.learn` method.
41
 
41
 
42
 -
42
 -
43
-# Part 4.0 - Create `Teacher` Interface
43
+# Part 4.0 - Create `Teacher` Interface 
44
 * Create a `Teacher` interface.
44
 * Create a `Teacher` interface.
45
 	* `Teacher` should declare a `teach` method signature:
45
 	* `Teacher` should declare a `teach` method signature:
46
 		* Method name: `teach`
46
 		* Method name: `teach`