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

Unified Diff: runtime/observatory/lib/src/elements/helpers/tag.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
« no previous file with comments | « runtime/lib/string_patch.dart ('k') | runtime/observatory/tests/service/weak_properties_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/elements/helpers/tag.dart
diff --git a/runtime/observatory/lib/src/elements/helpers/tag.dart b/runtime/observatory/lib/src/elements/helpers/tag.dart
index d5b1e55f4815eaff0c46bd611d88eb2ef9f7f4d1..0d488c12bbc96941c45c7b0901a54ca18b108cb8 100644
--- a/runtime/observatory/lib/src/elements/helpers/tag.dart
+++ b/runtime/observatory/lib/src/elements/helpers/tag.dart
@@ -9,7 +9,7 @@ class Tag<T extends HtmlElement> {
/// Tag name.
final String name;
- /// Dependend tags that need to be registred for this tag to work properly.
+ /// Dependent tags that need to be registred for this tag to work properly.
final Iterable<Tag> dependencies;
const Tag(this.name, {this.dependencies: const []});
« no previous file with comments | « runtime/lib/string_patch.dart ('k') | runtime/observatory/tests/service/weak_properties_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698