Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alsotang committed Mar 31, 2016
1 parent 2f61700 commit 6515cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lesson17/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ var outputPromise = getInputPromise().then(function(fulfilled){

/**
* 当outputPromise状态由未完成变成fulfil时,调用function(fulfilled),控制台打印'fulfilled: fulfilled'。
* 当outputPromise状态由未完成变成rejected, 调用function(rejected), 控制台打印'fulfilled: rejected'。
* 当outputPromise状态由未完成变成rejected, 调用function(rejected), 控制台打印'rejected: rejected'。
*/
outputPromise.then(function(fulfilled){
console.log('fulfilled: ' + fulfilled);
Expand Down

0 comments on commit 6515cab

Please sign in to comment.