mirror of
https://github.com/github/codeql.git
synced 2026-02-08 11:11:06 +01:00
QL: Respond to PR comments.
This commit is contained in:
committed by
GitHub
parent
81e88f8d34
commit
af3ae3f1fa
@@ -61,7 +61,7 @@ predicate isBuiltinMember(string qual, string ret, string name, string args) {
|
||||
bindingset[args]
|
||||
string getArgType(string args, int i) { result = args.splitAt(",", i).trim() }
|
||||
|
||||
/** The primitive 'string' class in QL. */
|
||||
/** The primitive 'string' class. */
|
||||
class StringClass extends PrimitiveType {
|
||||
StringClass() { this.getName() = "string" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user