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

Unified Diff: samples-dev/swarm/swarm_ui_lib/layout/GridLayout.dart

Issue 2850783002: Dart SDK Spelling b, c, and d. (Closed)
Patch Set: Created 3 years, 8 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 | « samples-dev/swarm/Views.dart ('k') | samples-dev/swarm/swarm_ui_lib/observable/ChangeEvent.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples-dev/swarm/swarm_ui_lib/layout/GridLayout.dart
diff --git a/samples-dev/swarm/swarm_ui_lib/layout/GridLayout.dart b/samples-dev/swarm/swarm_ui_lib/layout/GridLayout.dart
index 6b8638d449761ae10d3fb45450e2defadae6d371..3db8ceb5eab11725c4670ebe9f04acbcd5a88a00 100644
--- a/samples-dev/swarm/swarm_ui_lib/layout/GridLayout.dart
+++ b/samples-dev/swarm/swarm_ui_lib/layout/GridLayout.dart
@@ -14,7 +14,7 @@ part of layout;
*/
// TODO(jmesserly): the DOM integration still needs work:
// - The grid assumes it is absolutely positioned in its container.
-// Becasue of that, the grid doesn't work right unless it has at least one
+// Because of that, the grid doesn't work right unless it has at least one
// fractional size in each dimension. In other words, only "top down" grids
// work at the moment, because the grid can't determine its own size.
// The core algorithm supports computing min breadth; the issue is about how
« no previous file with comments | « samples-dev/swarm/Views.dart ('k') | samples-dev/swarm/swarm_ui_lib/observable/ChangeEvent.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698