We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f39c28 commit cd6fe81Copy full SHA for cd6fe81
javascript/ql/src/semmle/javascript/Promises.qll
@@ -137,7 +137,7 @@ module Promises {
137
138
/**
139
* A module for supporting promises in type-tracking predicates.
140
- * The `PromiseTypeTracking::promiseStep` is used for type tracking in and out of promises,
+ * The `PromiseTypeTracking::promiseStep` predicate is used for type tracking in and out of promises,
141
* and is included in the standard type-tracking steps (`SourceNode::track`).
142
* The `TypeTracker::startInPromise()` predicate can be used to initiate a type-tracker
143
* where the tracked value is a promise.
0 commit comments