Skip to content

Commit

Permalink
Fix logical mistake (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicdoe authored and tim-kos committed Nov 6, 2018
1 parent f802d9e commit cc0559b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -62,7 +62,7 @@ var operation = retry.operation({

### retry.operation([options])

Creates a new `RetryOperation` object. `options` is the same as `retry.timeouts()`'s `options`, with two additions:
Creates a new `RetryOperation` object. `options` is the same as `retry.timeouts()`'s `options`, with three additions:

* `forever`: Whether to retry forever, defaults to `false`.
* `unref`: Whether to [unref](https://nodejs.org/api/timers.html#timers_unref) the setTimeout's, defaults to `false`.
Expand Down

0 comments on commit cc0559b

Please sign in to comment.