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

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

Issue 2957593002: Spelling fixes e to i. (Closed)
Patch Set: Created 3 years, 6 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/async/stream_impl.dart ('k') | sdk/lib/html/dart2js/html_dart2js.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 56cec4b966852f6b0dada244e754c11e382d0ca8..5231ee9da7d47b7577e4a4192d4c5b56f5e4fde3 100644
--- a/sdk/lib/core/num.dart
+++ b/sdk/lib/core/num.dart
@@ -115,11 +115,11 @@ abstract class num implements Comparable<num> {
/**
* Euclidean modulo operator.
*
- * Returns the remainder of the euclidean division. The euclidean division of
+ * Returns the remainder of the Euclidean division. The Euclidean division of
* two integers `a` and `b` yields two integers `q` and `r` such that
* `a == b * q + r` and `0 <= r < b.abs()`.
*
- * The euclidean division is only defined for integers, but can be easily
+ * The Euclidean division is only defined for integers, but can be easily
* extended to work with doubles. In that case `r` may have a non-integer
* value, but it still verifies `0 <= r < |b|`.
*
« no previous file with comments | « sdk/lib/async/stream_impl.dart ('k') | sdk/lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698