We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676f412 commit 62f4e48Copy full SHA for 62f4e48
swift/ql/lib/codeql/swift/printast/PrintAst.qll
@@ -1,5 +1,5 @@
1
/**
2
- * Provides queries to pretty-print a Go AST as a graph.
+ * Provides queries to pretty-print a Swift AST as a graph.
3
*/
4
5
import PrintAstNode
swift/ql/lib/codeql/swift/printast/PrintAstNode.qll
- * Provides classes used to pretty-print a Go AST as a graph.
+ * Provides classes used to pretty-print a Swift AST as a graph.
* This is factored out of `PrintAst.qll` for testing purposes.
0 commit comments