Skip to content

Commit f052d2c

Browse files
Update docs/utilities/idempotency.md
Co-authored-by: Leandro Damascena <[email protected]> Signed-off-by: Heitor Lessa <[email protected]>
1 parent b1ad23e commit f052d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utilities/idempotency.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The property of idempotency means that an operation does not cause additional si
2424

2525
**Persistence layer** is a storage we use to read, create, expire, and delete idempotency records.
2626

27-
**Idempotency record** is the data representation of an idempotent request in its various status. We use it to coordinate whether **(a)** a request is idempotent, **(b)** it's not expired, **(c)** JSON response to return, and more.
27+
**Idempotency record** is the data representation of an idempotent request saved in the persistent layer and in its various status. We use it to coordinate whether **(a)** a request is idempotent, **(b)** it's not expired, **(c)** JSON response to return, and more.
2828

2929
<center>
3030
```mermaid

0 commit comments

Comments
 (0)