Skip to content

Commit

Permalink
Update es6-promise.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucretiel committed May 13, 2019
1 parent b5d584e commit 9aa2b3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion es6-promise.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ export class Promise <R> implements Thenable <R> {

/**
* onSettled is invoked when/if the "promise" settles (either rejects or fulfills).
* The returned promise is settled when the `Thenable` returned by `onFinally`
* The returned promise is settled when the `Thenable` returned by `onFinally` settles;
* it is rejected if `onFinally` throws or rejects; otherwise it assumes the state of the
* original Promise.
*
* @param onFinally called when/if "promise" settles
Expand Down

0 comments on commit 9aa2b3c

Please sign in to comment.