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>`. |