Browse Source

Update README.md

pull/643/head
Tlekbai Ali 4 years ago committed by GitHub
parent
commit
6502bae456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/keep-trying-or-giveup/README.md

2
subjects/keep-trying-or-giveup/README.md

@ -8,7 +8,7 @@ Create a `retry` function, that takes 2 arguments
`retry` returns a function that calls and returns value from `callback`
function passing its arguments and catches errors. If error is caught it
should return the `callback` function. If number of errors
should return the `callback` function with catch. If number of errors
exceeds `count` then throw an `Error`.
> for count of 3, the function will be called at most 4 times:

Loading…
Cancel
Save