Swift: fix comments in PrintAst library

This commit is contained in:
Paolo Tranquilli
2023-02-22 16:46:46 +01:00
parent 676f4125c3
commit 62f4e48433
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.
*/