Skip to content

Commit d6a8d35

Browse files
[en] update idempotence
Signed-off-by: Guillaume Bernard <[email protected]>
1 parent ff963d4 commit d6a8d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/idempotence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ tags: ["property", "", ""]
77

88
In maths or computer science, idempotence describes an operation that always leads to the same outcome,
99
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.
10+
If the parameters are the same, executing an idempotent operation several times will have no additional effect.

0 commit comments

Comments
 (0)