Skip to content

Commit e1ecc46

Browse files
erik-kroghasgerf
andauthored
fix typo
Co-authored-by: Asger F <asgerf@github.com>
1 parent 3477857 commit e1ecc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/dataflow/Configuration.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ private predicate flowThroughCall(
10011001
not cfg.isLabeledBarrier(output, summary.getEndLabel())
10021002
)
10031003
or
1004-
// exception thrown inside an immidiatly awaited function call.
1004+
// exception thrown inside an immediately awaited function call.
10051005
exists(DataFlow::FunctionNode f, DataFlow::Node invk, DataFlow::Node ret |
10061006
f.getFunction().isAsync()
10071007
|

0 commit comments

Comments
 (0)