Git-Leon пре 7 година
родитељ
комит
9a2bbb8e0c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      README.md

+ 1
- 1
README.md Прегледај датотеку

@@ -40,7 +40,7 @@
40 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 44
 * Create a `Teacher` interface.
45 45
 	* `Teacher` should declare a `teach` method signature:
46 46
 		* Method name: `teach`