소스 검색

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