Skip to content

Commit f570e77

Browse files
authored
add missing comma in the example
1 parent 7172c58 commit f570e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ skip retry if special error example:
366366
return false
367367
}
368368
return true
369-
})
369+
}),
370370
)
371371
372372
By default RetryIf stops execution if the error is wrapped using

0 commit comments

Comments
 (0)