Skip to content

Commit

Permalink
Make the pseudocode clearer.
Browse files Browse the repository at this point in the history
  • Loading branch information
slightlyoff committed Jun 7, 2013
1 parent d0f0e16 commit 259f11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Promise.idl
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
// Pseudo-code for resolve():
//
// resolverInstance.resolve = function(value) {
// if (isThenable(value)) {
// if (isBrandedAsPromise(value)) {
// value.then(this.resolve, this.reject);
// return;
// }
Expand Down

0 comments on commit 259f11a

Please sign in to comment.