ソースを参照

changes to source file

pchai7 5 年 前
コミット
d479b4e794
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      README.md

+ 1
- 1
README.md ファイルの表示

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