We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e927c43 commit df20f84Copy full SHA for df20f84
1 file changed
ql/src/codeql_ql/ast/internal/Builtins.qll
@@ -61,7 +61,7 @@ predicate isBuiltinMember(string qual, string ret, string name, string args) {
61
bindingset[args]
62
string getArgType(string args, int i) { result = args.splitAt(",", i).trim() }
63
64
-/** The primitive 'string' class in QL. */
+/** The primitive 'string' class. */
65
class StringClass extends PrimitiveType {
66
StringClass() { this.getName() = "string" }
67
}
0 commit comments