Skip to content

Commit 54332b6

Browse files
committed
JS: typo fix
1 parent df7b88d commit 54332b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/Security/CWE-730/UnclosedStream.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ abstract class AsyncTerminatableFunction extends DataFlow::FunctionNode {
4242
}
4343

4444
/**
45-
* A promise executor as a function that can be terminated in an asynchronous context.
45+
* A promise executor as a function that can be terminated in an asynchronous context.
4646
*/
4747
class PromiseExecutor extends AsyncTerminatableFunction {
4848
PromiseDefinition def;

0 commit comments

Comments
 (0)