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

Unified Diff: runtime/observatory/lib/src/elements/instance_ref.html

Issue 1578703003: typo: association -> associations (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: typo Created 4 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/elements/instance_ref.html
diff --git a/runtime/observatory/lib/src/elements/instance_ref.html b/runtime/observatory/lib/src/elements/instance_ref.html
index 7125f16ad47a39b8c6c59cf21ef3f321aeda6d1b..385727b0051f58de72caf2005cbb0a3263e1c86d 100644
--- a/runtime/observatory/lib/src/elements/instance_ref.html
+++ b/runtime/observatory/lib/src/elements/instance_ref.html
@@ -106,8 +106,8 @@
expandKey="{{ makeExpandKey('value') }}">
</any-service-ref><br>
</template>
- <template if="{{ ref.length != ref.association.length }}">
- <div><em>{{ ref.length - ref.association.length }} omitted association</em></div>
+ <template if="{{ ref.length != ref.associations.length }}">
+ <div><em>{{ ref.length - ref.associations.length }} omitted associations</em></div>
</template>
</div>
</curly-block>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698