mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
spelling: subclasses
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -1009,7 +1009,7 @@ class NewTypeBranch extends TNewTypeBranch, Predicate, TypeDeclaration {
|
||||
class Call extends TCall, Expr, Formula {
|
||||
/** Gets the `i`th argument of this call. */
|
||||
Expr getArgument(int i) {
|
||||
none() // overridden in sublcasses.
|
||||
none() // overridden in subclasses.
|
||||
}
|
||||
|
||||
/** Gets an argument of this call, if any. */
|
||||
|
||||
Reference in New Issue
Block a user