Git-Leon před 6 roky
rodič
revize
e3b1a19aae
No account linked to committer's email
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      README.md

+ 2
- 2
README.md Zobrazit soubor

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