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