Skip to content

Commit bbd231c

Browse files
authored
Clarify the return value of run
1 parent 1ca57d7 commit bbd231c

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
@@ -626,7 +626,7 @@ Cancels the currently pending promise by ignoring its result and calls `abort()`
626626

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

631631
#### `reload`
632632

0 commit comments

Comments
 (0)