Ver código fonte

Update README.md

Git-Leon 6 anos atrás
pai
commit
f7e1ca8a80
Nenhuma conta conectada ao e-mail do autor de commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      README.md

+ 1
- 1
README.md Ver arquivo

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