Index: pkg/intl/example/basic/basic_example.dart |
diff --git a/pkg/intl/example/basic/basic_example.dart b/pkg/intl/example/basic/basic_example.dart |
index 68ec594471931be4e05276f3c73e09e8e60b05fe..e8e99d666393b58226c2f5ca8523f67a0273a53d 100644 |
--- a/pkg/intl/example/basic/basic_example.dart |
+++ b/pkg/intl/example/basic/basic_example.dart |
@@ -37,7 +37,7 @@ void setup(Function program, Function output) { |
var thaiDatesFuture = initializeDateFormatting('th_TH', null); |
var germanMessagesFuture = initializeMessages('de_DE'); |
var thaiMessagesFuture = initializeMessages('th_TH'); |
- Futures.wait([germanDatesFuture, thaiDatesFuture, germanMessagesFuture, |
+ Future.wait([germanDatesFuture, thaiDatesFuture, germanMessagesFuture, |
thaiMessagesFuture]).then(program); |
} |