Merge pull request #12284 from github/redsun82/swift-printast

Swift: fix comments in PrintAst library
This commit is contained in:
Paolo Tranquilli
2023-02-23 09:27:14 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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.
*/