Skip to content
This repository was archived by the owner on Jul 18, 2019. It is now read-only.

Commit 27900d3

Browse files
committed
make docs more clear
1 parent e321b0c commit 27900d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ The `when` parameter can either be
4242

4343
#### `ctrl.runAll()`
4444
Runs all remaining calls immediately.
45-
The promise will be resolved.
45+
The `ctrl.promise` will be resolved.
4646

4747
#### `ctrl.cancel()`
48-
Puts the execution on hold and clears the sequence queue. The promise will be rejected.
48+
Puts the execution on hold and clears the sequence queue. The `ctrl.promise` will be rejected.
4949

5050
#### `ctrl.reset()`
5151
Resets the sequence and removes all promise handlers. Be aware that the changes made by the previous sequence calls naturally can't be reverted by this.

0 commit comments

Comments
 (0)