Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clarify the return value of run
  • Loading branch information
ghengeveld committed Aug 11, 2019
1 parent 1ca57d7 commit bbd231c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -626,7 +626,7 @@ Cancels the currently pending promise by ignoring its result and calls `abort()`

> `function(...args: any[]): Promise`
Runs the `deferFn`, passing any arguments provided as an array.
Runs the `deferFn`, passing any arguments provided as an array. The returned Promise always **fulfills** to `data` or `error`, it never rejects.

#### `reload`

Expand Down

0 comments on commit bbd231c

Please sign in to comment.