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

Unified Diff: reflectable/lib/transformer.dart

Issue 1473073009: Added `dynamicReflected..Type`, corrected type expressions. (Closed) Base URL: https://github.com/dart-lang/reflectable.git@master
Patch Set: Review response. Created 5 years, 1 month 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: reflectable/lib/transformer.dart
diff --git a/reflectable/lib/transformer.dart b/reflectable/lib/transformer.dart
index 20d468928026342dfcdebba760e42eec57e3190e..9774632d1b77918afcd812a233487f07397e951d 100644
--- a/reflectable/lib/transformer.dart
+++ b/reflectable/lib/transformer.dart
@@ -123,7 +123,7 @@ class ReflectableTransformer extends AggregateTransformer
_findSuppressWarnings(_settings.configuration['suppressWarnings']);
}
- /// Return a [String] or [Future<String>] valued key for each
+ /// Returns a [String] or [Future<String>] valued key for each
/// primary asset that this transformer wishes to process, and
/// null for assets that it wishes to ignore. Primary assets
/// with the same key are delivered to [apply] as a group. In
« no previous file with comments | « reflectable/lib/src/transformer_implementation.dart ('k') | reflectable/test/mock_tests/check_literal_transform_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698