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

Unified Diff: samples-dev/swarm/swarm_ui_lib/observable/EventBatch.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
Index: samples-dev/swarm/swarm_ui_lib/observable/EventBatch.dart
diff --git a/samples-dev/swarm/swarm_ui_lib/observable/EventBatch.dart b/samples-dev/swarm/swarm_ui_lib/observable/EventBatch.dart
index fc6c7fee4300d693766fdc0ba2b61a2e6ba0cd25..58f41a5fea6d66c11347ae501836a8e15e3fee1f 100644
--- a/samples-dev/swarm/swarm_ui_lib/observable/EventBatch.dart
+++ b/samples-dev/swarm/swarm_ui_lib/observable/EventBatch.dart
@@ -31,7 +31,7 @@ class EventBatch {
EventBatch._internal() : summaries = new Map<int, EventSummary>();
/**
- * Ensure there is an event batch where [userFunction] can accumuluate events.
+ * Ensure there is an event batch where [userFunction] can accumulate events.
* When the batch is complete, fire all events at once.
*/
static Function wrap(userFunction(var a)) {
« no previous file with comments | « samples-dev/swarm/swarm_ui_lib/observable/ChangeEvent.dart ('k') | samples-dev/swarm/swarm_ui_lib/touch/TimeUtil.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698