File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ module.exports = {
6868 // funcInfoStack[i].branchInfoMap is an object representing information
6969 // about all branches within the given function
7070 // 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`
7272 // for every branch and is updated to `true` if a `return` or `throw`
7373 // statement is found
7474 // funcInfoStack[i].branchInfoMap[j].loc is a eslint SourceLocation object
Original file line number Diff line number Diff line change 11/**
2- * Library: Has Promis eCallback
2+ * Library: Has Promise Callback
33 * Makes sure that an Expression node is part of a promise
44 * with callback functions (like then() or catch())
55 */
You can’t perform that action at this time.
0 commit comments