| Index: tool/input_sdk/lib/convert/convert.dart
 | 
| diff --git a/tool/input_sdk/lib/convert/convert.dart b/tool/input_sdk/lib/convert/convert.dart
 | 
| index a047cc057bcabde9126c2f6d66e86092c2184c7a..83bbfd690992a8b2f6918fcd49f55db7c558d4df 100644
 | 
| --- a/tool/input_sdk/lib/convert/convert.dart
 | 
| +++ b/tool/input_sdk/lib/convert/convert.dart
 | 
| @@ -11,8 +11,7 @@
 | 
|   * provides support for implementing converters in a way which makes them easy to
 | 
|   * chain and to use with streams.
 | 
|   *
 | 
| - * The `dart:convert` library works in both web apps and command-line apps.
 | 
| - * To use it:
 | 
| + * To use this library in your code:
 | 
|   *
 | 
|   *     import 'dart:convert';
 | 
|   *
 | 
| @@ -58,6 +57,7 @@ import 'dart:async';
 | 
|  import 'dart:typed_data';
 | 
|  
 | 
|  part 'ascii.dart';
 | 
| +part 'base64.dart';
 | 
|  part 'byte_conversion.dart';
 | 
|  part 'chunked_conversion.dart';
 | 
|  part 'codec.dart';
 | 
| 
 |