浏览代码

Update README.md

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

+ 1
- 1
README.md 查看文件

@@ -88,7 +88,7 @@
88 88
 	* The class should define a method named `findById` which makes use of a `long id` parameter to return a `Person` object with the respective `id` field.
89 89
 	* The class should define a method named `remove` which makes use of a `Person person` parameter to remove a respective `Person` object.
90 90
 	* The class should define a method named `remove` which makes use of a `long id` parameter to remove a `Person` object with the respective `id` field.
91
-	* The class should define a method named `getCount` which returns the size of `oersonList`.
91
+	* The class should define a method named `getCount` which returns the size of `personList`.
92 92
 	* The class should define a method named `getArray` which returns an array representation of the `personList` field.
93 93
 	* The class should define a named `removeAll` which clears our `personList` field.
94 94