瀏覽代碼

changes to source file

pchai7 5 年之前
父節點
當前提交
43da22f079
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

@@ -3,7 +3,7 @@
3 3
 
4 4
 ## Part 1
5 5
 * **Note** - The `Person` class is a representation of a respective `Person` object.
6
-* **Objective** - to implement the following classes:
6
+* **Objective** - to implement the following classes:-
7 7
 	* `PersonFactory` - generates `Person` objects.
8 8
 	* `PersonWarehouse` - stores, retrieves, and filters `Person` objects.
9 9
 	* `StreamFilter` - demonstrates filtering and converting between collection-types