We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fba345 commit b5c449bCopy full SHA for b5c449b
javascript/ql/src/Security/CWE-730/UnclosedStream.ql
@@ -42,7 +42,7 @@ abstract class AsyncTerminatableFunction extends DataFlow::FunctionNode {
42
}
43
44
/**
45
- * A promise executor as a function that can be terminated in an asynchronous context.
+ * A promise executor as a function that can be terminated in an asynchronous context.
46
*/
47
class PromiseExecutor extends AsyncTerminatableFunction {
48
PromiseDefinition def;
0 commit comments