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

Unified Diff: corelib/src/duration.dart

Issue 8816011: Fix typo in duration doc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: corelib/src/duration.dart
diff --git a/corelib/src/duration.dart b/corelib/src/duration.dart
index 87a65cd03d743ce4a280d7094d545778dd02321f..da52a274ddd9f87c03a82aaac219c71a5677612d 100644
--- a/corelib/src/duration.dart
+++ b/corelib/src/duration.dart
@@ -25,7 +25,7 @@ interface Duration extends Comparable factory DurationImplementation {
final int inDays;
/**
- * Returns this [Duration] in days. Incomplete hours are discarded.
+ * Returns this [Duration] in hours. Incomplete hours are discarded.
* The returned value can be greater than 23.
*/
final int inHours;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698