Skip to content

Commit 1f23904

Browse files
yofftausbn
andauthored
Update python/ql/src/experimental/dataflow/internal/DataFlowPrivate.qll
Co-authored-by: Taus <tausbn@github.com>
1 parent 5d66c48 commit 1f23904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/experimental/dataflow/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ private Node update(Node node) {
272272
*
273273
* When a call contains a dictionary unpacking argument, such as `func(**kwargs)`, with entries corresponding to a keyword parameter,
274274
* the value at such a key is unpacked and passed to the parameter. This is achieved
275-
* by synthesising an argument node `TKwUnpacked(call, callable, name)` representing the unpacked
275+
* by synthesizing an argument node `TKwUnpacked(call, callable, name)` representing the unpacked
276276
* value. This node is used as the argument passed to the matching keyword parameter. There is a read
277277
* step from the dictionary argument to the synthesized argument node.
278278
*

0 commit comments

Comments
 (0)