File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
python/ql/lib/semmle/python/dataflow/new/internal Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 59
59
* store step to `sequence`.
60
60
*
61
61
* This allows the unknown content from the RHS to be read into `TIterableElement(sequence)` and tuple content
62
- * to then be stored into `sequence`. If the content is already tuple content, this inderection creates crosstalk
62
+ * to then be stored into `sequence`. If the content is already tuple content, this indirection creates crosstalk
63
63
* between indices. Therefore, tuple content is never read into `TIterableElement(sequence)`; it is instead
64
64
* transferred directly from `TIterableSequence(sequence)` to `sequence` via a flow step. Such a flow step will
65
65
* also transfer other content, but only tuple content is further read from `sequence` into its elements.
You can’t perform that action at this time.
0 commit comments