瀏覽代碼

changes to source file

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

+ 1
- 1
README.md 查看文件

@@ -10,7 +10,7 @@
10 10
 	* `StreamMap` - demonstrates mapping and flatmapping
11 11
 
12 12
 ## Part 2
13
-* **Objective** - to implement the following classes:
13
+* **Objective** - to implement the following classes:-
14 14
 	* `ArrayConverter` - demonstrates the conversion from `SomeType[]` to
15 15
 		* list representation: `List<SomeType>`
16 16
 		* stream representation: `Stream<SomeType>`