Skip to content

Commit 887b49a

Browse files
committed
spelling: superfluous
Signed-off-by: Josh Soref <[email protected]>
1 parent 33bc313 commit 887b49a

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
@@ -52,7 +52,7 @@
5252
* Note that an empty access path means that the value we are tracking flows directly to the element.
5353
*
5454
*
55-
* The `TIterableSequence(sequence)` is at this point superflous but becomes useful when handling recursive
55+
* The `TIterableSequence(sequence)` is at this point superfluous but becomes useful when handling recursive
5656
* structures in the LHS, where `sequence` is some internal sequence node. We can have a uniform treatment
5757
* by always having these two synthetic nodes. So we transfer to (or, in the recursive case, read into)
5858
* `TIterableSequence(sequence)`, from which we take a read step to `TIterableElement(sequence)` and then a

0 commit comments

Comments
 (0)