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

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

Issue 1682013002: Documentation cleanups. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address comments. Created 4 years, 10 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.dart ('k') | sdk/lib/core/set.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/date_time.dart
diff --git a/sdk/lib/core/date_time.dart b/sdk/lib/core/date_time.dart
index 28ece3fc8289e80cf2a9bd00f23375ff3ba7d5fb..b5614af028f5e6c44b2c6503e38ed8f98166f9a6 100644
--- a/sdk/lib/core/date_time.dart
+++ b/sdk/lib/core/date_time.dart
@@ -545,7 +545,7 @@ class DateTime implements Comparable {
* * `HH` are hours in the range 00 to 23,
* * `mm` are minutes in the range 00 to 59,
* * `ss` are seconds in the range 00 to 59 (no leap seconds),
- * * `mmm` are microseconds in the range 000 to 999, and
+ * * `mmm` are milliseconds in the range 000 to 999, and
* * `uuu` are microseconds in the range 001 to 999. If [microsecond] equals
* 0, then this part is omitted.
*
« no previous file with comments | « sdk/lib/async/stream.dart ('k') | sdk/lib/core/set.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698