Skip to content

Commit eda331e

Browse files
committed
Swift: Clean up.
1 parent 11f022c commit eda331e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/lib/codeql/swift/controlflow/internal/ControlFlowGraphImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ module Stmts {
263263
// ... a boolean condition.
264264
astFirst(ast.getElement(i).getBoolean().getFullyConverted(), first)
265265
or
266-
// ... or an availability check ...
266+
// ... or an availability check.
267267
astFirst(ast.getElement(i).getAvailability().getFullyUnresolved(), first)
268268
)
269269
}

0 commit comments

Comments
 (0)