Skip to content

Commit 3d0d3ec

Browse files
committed
Swift: fix stupid typo
1 parent c842ae4 commit 3d0d3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/lib/codeql/swift/printast/PrintAstNode.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class PrintLocatable extends PrintAstNode, TLocatable {
9393
index = 2 * i + 1 and
9494
(
9595
if c instanceof Expr
96-
then label = accessor + ".getFullyUncoverted()"
96+
then label = accessor + ".getFullyConverted()"
9797
else label = accessor + ".getFullyUnresolved()"
9898
)
9999
)

0 commit comments

Comments
 (0)