Explorar el Código

Update README.md

Git-Leon hace 6 años
padre
commit
e3b1a19aae
Ninguna cuenta está vinculada al correo electrónico del colaborador
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      README.md

+ 2
- 2
README.md Ver fichero

@@ -1,7 +1,7 @@
1 1
 
2 2
 # Delete Duplicates 
3 3
 * **Objective**
4
-	* To write a method which removes duplicate elements from an array.
4
+	* To write methods which removes duplicate elements from an array.
5 5
 * **Purpose**
6 6
 	* To demonstrate practical understanding of `while`, `for`, and `for each` loops.
7 7
 * **Instructions**
@@ -230,4 +230,4 @@
230 230
 * Sample Output
231 231
     ```
232 232
     [23,23,56,57,58]
233
-    ```
233
+    ```