Chromium Code Reviews| Index: sdk/lib/core/int.dart |
| diff --git a/sdk/lib/core/int.dart b/sdk/lib/core/int.dart |
| index 58d80b84607f5eec6965c1030ef417f6f4cc6cd5..16a1e0779db177679a66e9d6bc7b6dabc6104bc6 100644 |
| --- a/sdk/lib/core/int.dart |
| +++ b/sdk/lib/core/int.dart |
| @@ -116,7 +116,7 @@ abstract class int extends num { |
| * modulo [modulus]. |
| * |
| * The [modulus] must be positive. |
| - * Throws a RangeError if no modular inverse exists. |
| + * Throws if no modular inverse exists. |
|
regis
2015/06/24 18:29:54
For consistency, "It is an error if ..." would hav
Lasse Reichstein Nielsen
2015/06/30 12:39:15
True.
I haven't yet decided on whether it should b
|
| */ |
| int modInverse(int modulus); |