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

Unified Diff: samples-dev/swarm/swarm_ui_lib/view/view.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
Index: samples-dev/swarm/swarm_ui_lib/view/view.dart
diff --git a/samples-dev/swarm/swarm_ui_lib/view/view.dart b/samples-dev/swarm/swarm_ui_lib/view/view.dart
index b84981d1068b11e3fe869b257cf840f5b5b9ea2c..ead4f2b452d9d97018f217fcac77423254394898 100644
--- a/samples-dev/swarm/swarm_ui_lib/view/view.dart
+++ b/samples-dev/swarm/swarm_ui_lib/view/view.dart
@@ -180,10 +180,10 @@ class View implements Positionable {
/**
* Registers the given listener callback to the given observable. Also
- * immedially invokes the callback once as if a change has just come in. This
- * lets you define a render() method that renders the skeleton of a view, then
- * register a bunch of listeners which all fire to populate the view with
- * model data.
+ * immediately invokes the callback once as if a change has just come in.
+ * This lets you define a render() method that renders the skeleton of a
+ * view, then register a bunch of listeners which all fire to populate the
+ * view with model data.
*/
void watch(Observable observable, void watcher(EventSummary summary)) {
// Make a fake summary for the initial watch.
« no previous file with comments | « samples-dev/swarm/swarm_ui_lib/touch/Scrollbar.dart ('k') | sdk/lib/_internal/js_runtime/lib/convert_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698