Skip to content

Commit 8ed99bc

Browse files
authored
Merge pull request github#12284 from github/redsun82/swift-printast
Swift: fix comments in PrintAst library
2 parents 24935c9 + 62f4e48 commit 8ed99bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Provides queries to pretty-print a Go AST as a graph.
2+
* Provides queries to pretty-print a Swift AST as a graph.
33
*/
44

55
import PrintAstNode

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Provides classes used to pretty-print a Go AST as a graph.
2+
* Provides classes used to pretty-print a Swift AST as a graph.
33
* This is factored out of `PrintAst.qll` for testing purposes.
44
*/
55

0 commit comments

Comments
 (0)