Skip to content

Commit b5c449b

Browse files
committed
JS: typo fix
1 parent 8fba345 commit b5c449b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: javascript/ql/src/Security/CWE-730/UnclosedStream.ql

+1-1
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)