Skip to content

Commit 738f2fc

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

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
@@ -22,7 +22,7 @@ The property of idempotency means that an operation does not cause additional si
2222

2323
**Idempotent request** is an operation with the same input previously processed that is not expired in your persistent storage or in-memory cache.
2424

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

2727
**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

0 commit comments

Comments
 (0)