Skip to content

Commit 4e14177

Browse files
committed
fix typo in change-note
1 parent 54eb041 commit 4e14177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/change-notes/2022-04-04-dataflow-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ category: breaking
55
The types of some classes have been changed, and these changes may break existing code.
66
Other classes and predicates have been renamed, in these cases the old name is still available as a deprecated feature.
77

8-
* The basetype of the following list of classes has changed from an expression to a dataflow node, and and thus code using these classes might break.
8+
* The basetype of the following list of classes has changed from an expression to a dataflow node, and thus code using these classes might break.
99
The fix to these breakages is usually to use `asExpr()` to get an expression from a dataflow node, or to use `.flow()` to get a dataflow node from an expression.
1010
- DOM.qll#WebStorageWrite
1111
- CryptoLibraries.qll#CryptographicOperation

0 commit comments

Comments
 (0)