瀏覽代碼

Update README.md

Git-Leon 6 年之前
父節點
當前提交
47188ab7db
沒有帳戶連結到提交者的電子郵件
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

@@ -12,7 +12,7 @@
12 12
 * **Restrictions**
13 13
     * No use of any built-in data structures, (`Collection`, `List`, `Map`)
14 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, regardless of how many times the method is called.
15
+        * If the input is the same, then the outputs of the methods should **always** be the same, regardless of how many times the method is called.
16 16
 
17 17
 
18 18