浏览代码

Update README.md

Git-Leon 7 年前
父节点
当前提交
04c1fbb716
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      README.md

+ 2
- 2
README.md 查看文件

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