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

Unified Diff: pkg/barback/lib/src/transformer/transformer.dart

Issue 267393009: Transition barback's infrastructure to an aggregate-based model. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 7 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: pkg/barback/lib/src/transformer/transformer.dart
diff --git a/pkg/barback/lib/src/transformer/transformer.dart b/pkg/barback/lib/src/transformer/transformer.dart
index efacf761305704ea9c3286f43a71b7c38f750e94..b40d61de37c07c2d78925e5ecdccf80df6cb6905 100644
--- a/pkg/barback/lib/src/transformer/transformer.dart
+++ b/pkg/barback/lib/src/transformer/transformer.dart
@@ -73,7 +73,7 @@ abstract class Transformer {
return false;
}
- /// Run this transformer on on the primary input specified by [transform].
+ /// Run this transformer on the primary input specified by [transform].
///
/// The [transform] is used by the [Transformer] for two purposes (in
/// addition to accessing the primary input). It can call `getInput()` to

Powered by Google App Engine
This is Rietveld 408576698