浏览代码

Update README.md

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

+ 1
- 1
README.md 查看文件

@@ -3,7 +3,7 @@
3 3
 * **Objective**
4 4
 	* To write methods which remove duplicate elements from an array.
5 5
 * **Purpose**
6
-	* To demonstrate practical understanding of `while`, `for`, and `for each` loops.
6
+	* To demonstrate practical understanding of arrays, loops, and basic composition.
7 7
 * **Instructions**
8 8
     * Given an object, `IntegerDuplicateDeleter`, with a composite `Integer[]` object, write a method
9 9
         * `removeDuplicatesExactly` which removes all values in the array which occur exactly the specified number of times.