QL: Respond to PR comments.

This commit is contained in:
Mathias Vorreiter Pedersen
2021-10-13 09:57:05 +00:00
committed by GitHub
parent 81e88f8d34
commit af3ae3f1fa

View File

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