| Index: lib/src/intx.dart
|
| diff --git a/lib/src/intx.dart b/lib/src/intx.dart
|
| index 859cb957b60510576ec649087f675796a739cfee..b47a35e14c2806b48ff37478930220f63d91ad0a 100644
|
| --- a/lib/src/intx.dart
|
| +++ b/lib/src/intx.dart
|
| @@ -130,7 +130,7 @@ abstract class IntX implements Comparable {
|
| IntX abs();
|
|
|
| /** Clamps this integer to be in the range [lowerLimit] - [upperLimit]. */
|
| - IntX clamp(IntX lowerLimit, IntX upperLimit);
|
| + IntX clamp(lowerLimit, upperLimit);
|
|
|
| /**
|
| * Returns the minimum number of bits required to store this integer.
|
|
|