Skip to content

Commit f7c04b5

Browse files
authored
Merge pull request #2237 from guillaumebernard84/dev-en-idempotence
[EN] update idempotence
2 parents a42311b + d6a8d35 commit f7c04b5

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)