syntax fix

This commit is contained in:
AJ ONeal 2019-06-14 10:52:27 -06:00
부모 b193312ed6
커밋 038b6cac33
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -39,7 +39,7 @@ batchAsync(batchSize, things, doStuff).then(function(results) {
});
```
## A note on 'undefined'
## A note on `undefined`
Returning `undefined` will cause an exception to be thrown,
and the Promise to be rejected.