Skip to content

Commit abb9e3a

Browse files
authored
Merge pull request avast#101 from spacewander/patch-1
add missing comma in the example
2 parents 7172c58 + f570e77 commit abb9e3a

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)