pjfanning commented on code in PR #3266:
URL: https://github.com/apache/pekko/pull/3266#discussion_r3488389158
##########
actor/src/main/scala/org/apache/pekko/pattern/RetrySupport.scala:
##########
@@ -135,7 +135,7 @@ trait RetrySupport {
* each subsequent attempt will be made after the 'delay' return by
`delayFunction` (the input next attempt count start from 1).
* Returns [[scala.None]] for no delay.
*
- * If attempts are exhausted the returned future is simply the result of
invoking attempt.
+ * If all additional attempts are exhausted the returned future is simply
the result of invoking attempt.
Review Comment:
result of the last invoke attempt?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]