Commit 6f22503
authored
chore: fix inconsistent method name in retryWithBackoffOnPayloadStatus comment (#2889)
<!--
Please read and fill out this form before submitting your PR.
Please make sure you have reviewed our contributors guide before
submitting your
first PR.
NOTE: PR titles should follow semantic commits:
https://www.conventionalcommits.org/en/v1.0.0/
-->
## Overview
<!--
Please provide an explanation of the PR, including the appropriate
context,
background, goal, and rationale. If there is an issue with this
information,
please provide a tl;dr and link the issue.
Ex: Closes #<issue number>
-->
Corrected the comment for `retryWithBackoffOnPayloadStatus` function to
match the actual method name.
The comment previously referred to the function as "retryWithBackoff"
which was inconsistent with the actual function name
"retryWithBackoffOnPayloadStatus". This change ensures documentation
accuracy and code clarity.
Signed-off-by: bigmoonbit <bigmoonbit@outlook.com>1 parent 3d7c3a8 commit 6f22503
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments