We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5ba32 commit 4db1d48Copy full SHA for 4db1d48
lib/src/type_checker.dart
@@ -52,7 +52,7 @@ abstract class TypeChecker {
52
.map((a) => a.computeConstantValue())
53
.where((a) => isExactlyType(a.type));
54
55
- /// Returns `true` if representing the exact same class an or a superclass of
+ /// Returns `true` if representing the exact same class as or a superclass of
56
/// [element]
57
bool isAssignableFrom(Element element) =>
58
isExactly(element) || isSuperOf(element);
0 commit comments