Skip to content

Commit e81c62e

Browse files
committed
Swift: Correct comment.
1 parent 7c1fb5d commit e81c62e

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
@@ -161,7 +161,7 @@ private module Cached {
161161
// value argument
162162
nodeFrom.asExpr() = nco.getAnOperand()
163163
or
164-
// unpack closure (the second argument is typically an `AutoClosureExpr` argument)
164+
// unpack closure (the second argument is an `AutoClosureExpr` argument)
165165
nodeFrom.asExpr() = nco.getAnOperand().(AutoClosureExpr).getExpr()
166166
)
167167
or

0 commit comments

Comments
 (0)