Explorar el Código

changes to source file

pchai7 hace 5 años
padre
commit
d479b4e794
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      README.md

+ 1
- 1
README.md Ver fichero

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