Chromium Code Reviews| Index: sdk/lib/core/int.dart |
| diff --git a/sdk/lib/core/int.dart b/sdk/lib/core/int.dart |
| index 745ff07a94789b8823fbfc9f5b5fbc4cdf65c0d7..5aee609939f14f46497c169812cd6ef6065dcc08 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. |
| - * Returns 0 if no modular inverse exists. |
| + * Throws a RangeError if no modular inverse exists. |
| */ |
| int modInverse(int modulus); |