浏览代码

Update README.md

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

+ 1
- 1
README.md 查看文件

12
 * **Restrictions**
12
 * **Restrictions**
13
     * No use of any built-in data structures, (`Collection`, `List`, `Map`)
13
     * No use of any built-in data structures, (`Collection`, `List`, `Map`)
14
     * Operations should be [idempotent](https://stackoverflow.com/questions/1077412/what-is-an-idempotent-operation)
14
     * Operations should be [idempotent](https://stackoverflow.com/questions/1077412/what-is-an-idempotent-operation)
15
-        * The output of the methods should always be the same if the input is the same.
15
+        * The output of the methods should always be the same, regardless of how many times the method is called.
16
 
16
 
17
 
17
 
18
 
18