Skip to content

Commit 5f1f551

Browse files
committed
spelling: indirection
Signed-off-by: Josh Soref <[email protected]>
1 parent df05c77 commit 5f1f551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/dataflow/new/internal/IterableUnpacking.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
* store step to `sequence`.
6060
*
6161
* 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
6363
* between indices. Therefore, tuple content is never read into `TIterableElement(sequence)`; it is instead
6464
* transferred directly from `TIterableSequence(sequence)` to `sequence` via a flow step. Such a flow step will
6565
* also transfer other content, but only tuple content is further read from `sequence` into its elements.

0 commit comments

Comments
 (0)