Skip to content

Commit 2636f71

Browse files
committed
spelling: subclasses
Signed-off-by: Josh Soref <[email protected]>
1 parent 08b06aa commit 2636f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/codeql_ql/ast/Ast.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ class NewTypeBranch extends TNewTypeBranch, Predicate, TypeDeclaration {
10091009
class Call extends TCall, Expr, Formula {
10101010
/** Gets the `i`th argument of this call. */
10111011
Expr getArgument(int i) {
1012-
none() // overridden in sublcasses.
1012+
none() // overridden in subclasses.
10131013
}
10141014

10151015
/** Gets an argument of this call, if any. */

0 commit comments

Comments
 (0)