spelling: subclasses

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-10-19 04:16:35 -04:00
parent 08b06aa056
commit 2636f7108e

View File

@@ -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. */