We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a42311b + d6a8d35 commit f7c04b5Copy full SHA for f7c04b5
content/en/idempotence.md
@@ -7,4 +7,4 @@ tags: ["property", "", ""]
7
8
In maths or computer science, idempotence describes an operation that always leads to the same outcome,
9
no matter how many times you execute it.
10
-If the parameters are the same, an idempotent operation won't affect the application it calls.
+If the parameters are the same, executing an idempotent operation several times will have no additional effect.
0 commit comments