Tiny nit to 20170811 newsletter (#30460)

This commit is contained in:
Kevin Moore 2017-08-16 11:37:01 -07:00 committed by GitHub
parent 52ba74db8f
commit 88706d8813

View file

@ -111,7 +111,7 @@ For "normal" imports (not `dart:`), the rules are simple: an ambiguous reference
We are still unsure how to handle cases when the user explicitly used `show` to import a specific core library type:
``` dart
import 'dart:collection` show SplayTreeMap;
import 'dart:collection' show SplayTreeMap;
import 'package:collection/collection.dart';
```