Browse Source

Update README.md

Git-Leon 7 years ago
parent
commit
04c1fbb716
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

@@ -1,6 +1,6 @@
1 1
 # Part 1.0 - Create `Person` Class
2 2
 * Create a `Person` class.
3
-	* `Person` constructor should have a parameter of type `String` which sets the `name` instance-variable to the respective argument.
3
+	* `Person` constructor should have a parameter of type `String` which sets the `name` instance-variable to the respective value.
4 4
 	* `Person` should have a `getName()` method which returns the `Person` object's `name` variable.
5 5
 	* `Person` should have a `setName()` method which sets the `Person` object's `name` variable.
6 6
 
@@ -143,4 +143,4 @@ static { // static initializer
143 143
 -
144 144
 # Part 8.1 - Test `ClassRoom`
145 145
 * Create a `TestClassRoom` class.
146
-	* Assert that the `HashMapping` returned by `getRoster`, returns a `valueSet` containing each of the `Person` objects in `ZipCodeWilmington`'s `instructorList` and `TechConnect`'s `studentList`.
146
+	* Assert that the `HashMapping` returned by `getRoster`, returns a `valueSet` containing each of the `Person` objects in `ZipCodeWilmington`'s `instructorList` and `TechConnect`'s `studentList`.