浏览代码

Update README.md

Git-Leon 6 年前
父节点
当前提交
e3b1a19aae
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      README.md

+ 2
- 2
README.md 查看文件

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