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.
2 parents 24935c9 + 62f4e48 commit 8ed99bcCopy full SHA for 8ed99bc
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