| 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.
|
|
|