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

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

Issue 2560703003: Improve documentation of Isolate.current. (Closed)
Patch Set: Created 4 years 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 | « no previous file | sdk/lib/isolate/isolate.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 83b49251b03d75aac7bc26ac1cb8952caf20fd50..3d59c752e9fc006941f80c585bb3be651d2b193b 100644
--- a/sdk/lib/core/num.dart
+++ b/sdk/lib/core/num.dart
@@ -36,8 +36,8 @@ abstract class num implements Comparable<num> {
* will fail to work. The behavior is the standard IEEE-754 equality of
* doubles.
*
- * If you can avoid NaN values, the remaining doubles do have a proper eqality
- * relation, and can be used safely.
+ * If you can avoid NaN values, the remaining doubles do have a proper
+ * equality relation, and can be used safely.
*
* Use [compareTo] for a comparison that distinguishes zero and minus zero,
* and that considers NaN values as equal.
« no previous file with comments | « no previous file | sdk/lib/isolate/isolate.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698