Skip to content

Commit e94781f

Browse files
committed
Swift: fix comment
1 parent a335ece commit e94781f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/lib/codeql/swift/dataflow/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ predicate storeStep(Node node1, ContentSet c, Node node2) {
727727
c.isSingleton(any(Content::ArrayContent ac))
728728
)
729729
or
730-
// Store throug
730+
// creation of an optional via implicit wrapping keypath component
731731
exists(KeyPathComponent component |
732732
component.isOptionalWrapping() and
733733
node1.(KeyPathComponentNodeImpl).getComponent() = component and

0 commit comments

Comments
 (0)