Skip to content

Commit 8558741

Browse files
committed
Swift: fix QLDoc formatting for getSequence
1 parent c281db6 commit 8558741

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

swift/ql/lib/codeql/swift/elements/stmt/ForEachStmt.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ class ForEachStmt extends Generated::ForEachStmt {
77
else result = "for ... in ... { ... }"
88
}
99

10-
/*
10+
/**
1111
* Gets the sequence which this statement is iterating over.
1212
*/
13-
1413
final Expr getSequence() { result = this.getIteratorVar().getInit(0) }
1514
}

0 commit comments

Comments
 (0)