Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: sdk/lib/core/num.dart

Issue 2856123003: Fix some bad documentation links. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/lib/core/iterable.dart ('k') | sdk/lib/core/object.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/num.dart
diff --git a/sdk/lib/core/num.dart b/sdk/lib/core/num.dart
index 1db2508433c61630cbf15a8fd990cfa702a1b6d0..56cec4b966852f6b0dada244e754c11e382d0ca8 100644
--- a/sdk/lib/core/num.dart
+++ b/sdk/lib/core/num.dart
@@ -416,7 +416,7 @@ abstract class num implements Comparable<num> {
* exponential representation (see [toStringAsExponential]).
*
* Returns `"NaN"` for [double.NAN], `"Infinity"` for [double.INFINITY], and
- * `"-Infinity"` for [double.MINUS_INFINITY].
+ * `"-Infinity"` for [double.NEGATIVE_INFINITY].
*
* An [int] is converted to a decimal representation with no decimal point.
*
« no previous file with comments | « sdk/lib/core/iterable.dart ('k') | sdk/lib/core/object.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698