| Index: lib/core/comparable.dart
|
| diff --git a/lib/core/comparable.dart b/lib/core/comparable.dart
|
| index 75da3e378b0481531a95ed800d574b33c65a64cb..3b38f25833519a37b811677c3425f1149070119b 100644
|
| --- a/lib/core/comparable.dart
|
| +++ b/lib/core/comparable.dart
|
| @@ -28,7 +28,7 @@ abstract class Comparable {
|
| *
|
| * Returns a value like a [Comparator] when comparing [:this:] to [other].
|
| *
|
| - * May throw an [IllegalArgumentException] if [other] is of a type that
|
| + * May throw an [ArgumentError] if [other] is of a type that
|
| * is not comparable to [:this:].
|
| */
|
| abstract int compareTo(Comparable other);
|
|
|