Skip to content

Commit df20f84

Browse files
authored
QL: QL: Respond to PR comments.
1 parent e927c43 commit df20f84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ql/src/codeql_ql/ast/internal/Builtins.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ predicate isBuiltinMember(string qual, string ret, string name, string args) {
6161
bindingset[args]
6262
string getArgType(string args, int i) { result = args.splitAt(",", i).trim() }
6363

64-
/** The primitive 'string' class in QL. */
64+
/** The primitive 'string' class. */
6565
class StringClass extends PrimitiveType {
6666
StringClass() { this.getName() = "string" }
6767
}

0 commit comments

Comments
 (0)