Skip to content

Commit ea106ee

Browse files
committed
Update README.md
1 parent 37c4cbc commit ea106ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ $result = Stubborn::build()
2626
// Use the Stubborn Result Handler to drive your call retries
2727
->resultHandler(
2828
function ($stubborn) use ($id) {
29-
// fetch the latest attempt result returned from the run call
29+
// fetch the latest attempt result returned from
30+
// whatever you called in the the run function
3031
$result = $stubborn->result();
3132

3233
if ($result == 'Success_Result') {

0 commit comments

Comments
 (0)