Skip to content

Commit 3062f41

Browse files
authored
Merge pull request github#5207 from github/RasmusWL/js-backtrack-grammar
Approved by erik-krogh
2 parents f3814c6 + ffd3c6b commit 3062f41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/src/semmle/javascript/dataflow/TypeTracking.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ private newtype TTypeBackTracker = MkTypeBackTracker(Boolean hasReturn, Optional
180180
/**
181181
* Summary of the steps needed to back-track a use of a value to a given dataflow node.
182182
*
183-
* This can be used to track callbacks that are passed to a certian API call, and are
184-
* therefore expected to called with a certain type of value.
183+
* This can be used to track callbacks that are passed to a certain API call, and are
184+
* therefore expected to be called with a certain type of value.
185185
*
186186
* Note that type back-tracking does not provide a source/sink relation, that is,
187187
* it may determine that a node will be used in an API call somewhere, but it won't

0 commit comments

Comments
 (0)