Update javascript/ql/src/semmle/javascript/Promises.qll

Co-Authored-By: Asger F <asgerf@github.com>
This commit is contained in:
Erik Krogh Kristensen
2020-03-16 16:27:50 +01:00
committed by GitHub
parent 4f39c28741
commit cd6fe8115d

View File

@@ -137,7 +137,7 @@ module Promises {
/**
* A module for supporting promises in type-tracking predicates.
* 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,
* and is included in the standard type-tracking steps (`SourceNode::track`).
* The `TypeTracker::startInPromise()` predicate can be used to initiate a type-tracker
* where the tracked value is a promise.