Skip to content

Commit 87f6387

Browse files
authored
Update documentation to reflect C# object usage
Signed-off-by: Henrique Graca <[email protected]>
1 parent c912edf commit 87f6387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/utilities/idempotency.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ Idempotency.Config()
877877

878878
???+ info "Info: Using custom de-serialization?"
879879

880-
The response hook is called after de-serialization so the payload you process will be the de-serialized Java object.
880+
The response hook is called after de-serialization so the payload you process will be the de-serialized C# object.
881881

882882
#### Being a good citizen
883883

@@ -965,4 +965,4 @@ When testing your code, you may wish to disable the idempotency logic altogether
965965
## Extra resources
966966

967967
If you're interested in a deep dive on how Amazon uses idempotency when building our APIs, check out
968-
[this article](https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/).
968+
[this article](https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/).

0 commit comments

Comments
 (0)