Skip to content

Commit 4db1d48

Browse files
authored
Spelling oops (#167)
1 parent 7c5ba32 commit 4db1d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/type_checker.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ abstract class TypeChecker {
5252
.map((a) => a.computeConstantValue())
5353
.where((a) => isExactlyType(a.type));
5454

55-
/// Returns `true` if representing the exact same class an or a superclass of
55+
/// Returns `true` if representing the exact same class as or a superclass of
5656
/// [element]
5757
bool isAssignableFrom(Element element) =>
5858
isExactly(element) || isSuperOf(element);

0 commit comments

Comments
 (0)