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

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

Issue 2540993002: Fix DoubleLinkedListQueue misbehavior on concurrent modification. (Closed)
Patch Set: Created 4 years, 1 month 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
« sdk/lib/collection/queue.dart ('K') | « sdk/lib/collection/queue.dart ('k') | no next file » | 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 21f23eef18321ab7fc4b59aa397cdbb7ead0b0d6..54abff3bfa3c47a52dc7983027c23482169a4026 100644
--- a/sdk/lib/core/num.dart
+++ b/sdk/lib/core/num.dart
@@ -51,7 +51,7 @@ abstract class num implements Comparable<num> {
* for an [int] and a [double] with the same numerical value, and therefore
* the same value for the doubles zero and minus zero.
*
- * No guarantees are made about the hash code of NaN.
+ * No guarantees are made about the hash code of NaN values.
*/
int get hashCode;
« sdk/lib/collection/queue.dart ('K') | « sdk/lib/collection/queue.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698