Skip to content

Commit

Permalink
docs(retry): Fix documentation on count of invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
masoud-msk committed Aug 28, 2024
1 parent 4e3bc7c commit ba1de99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1640,7 +1640,7 @@
<div class="ud-section-content">
<div class="ud-subtitle">Description:</div>
<p class="ud-description">
Retries execution of the decorated method. The method will be invoked extra x + 1 (where x is the retries
Retries execution of the decorated method. The method will be invoked x + 1 times (where x is the retries
values) in the worst case (when all invocation failed).
You can provide you own delay time (or delay times array) between the invocations - see details below. Note
that the default delay between retries is 1000ms.
Expand Down

0 comments on commit ba1de99

Please sign in to comment.