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.
1 parent ff963d4 commit d6a8d35Copy full SHA for d6a8d35
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