mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Swift: fix comments in PrintAst library
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Provides queries to pretty-print a Go AST as a graph.
|
||||
* Provides queries to pretty-print a Swift AST as a graph.
|
||||
*/
|
||||
|
||||
import PrintAstNode
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* 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.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user