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`