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

Unified Diff: pkg/dev_compiler/doc/GENERIC_METHODS.md

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 | « pkg/dart_messages/lib/shared_messages.dart ('k') | pkg/dev_compiler/lib/src/compiler/code_generator.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dev_compiler/doc/GENERIC_METHODS.md
diff --git a/pkg/dev_compiler/doc/GENERIC_METHODS.md b/pkg/dev_compiler/doc/GENERIC_METHODS.md
index a61748c835a98c6b02193f507dbc37673c870b8a..0edde25aaa9289bc37141c221d43e806a1d44cbf 100644
--- a/pkg/dev_compiler/doc/GENERIC_METHODS.md
+++ b/pkg/dev_compiler/doc/GENERIC_METHODS.md
@@ -110,7 +110,7 @@ almost anywhere you would expect in a generic method.
```
Note that generic methods are not yet supported *at runtime* on the VM and
- dartjs. On those platforms, uses of generic method type arguments are
+ dart2js. On those platforms, uses of generic method type arguments are
treated like `dynamic` today. So in this example, `pair`'s reified type at
runtime will be `List<dynamic>` and `set` will be `Set<dynamic>`.
« no previous file with comments | « pkg/dart_messages/lib/shared_messages.dart ('k') | pkg/dev_compiler/lib/src/compiler/code_generator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698