File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ module.exports = {
68
68
// funcInfoStack[i].branchInfoMap is an object representing information
69
69
// about all branches within the given function
70
70
// funcInfoStack[i].branchInfoMap[j].good is a boolean representing whether
71
- // the given branch explictly `return`s or `throw`s. It starts as `false`
71
+ // the given branch explicitly `return`s or `throw`s. It starts as `false`
72
72
// for every branch and is updated to `true` if a `return` or `throw`
73
73
// statement is found
74
74
// funcInfoStack[i].branchInfoMap[j].loc is a eslint SourceLocation object
Original file line number Diff line number Diff line change 1
1
/**
2
- * Library: Has Promis eCallback
2
+ * Library: Has Promise Callback
3
3
* Makes sure that an Expression node is part of a promise
4
4
* with callback functions (like then() or catch())
5
5
*/
You can’t perform that action at this time.
0 commit comments