| Index: tools/dom/docs/lib/docs.dart
|
| diff --git a/tools/dom/docs/lib/docs.dart b/tools/dom/docs/lib/docs.dart
|
| index 0f5927648551fa2f733045209c54339d8c31ada5..e7c4abfa9c4015182731235acef19a581cccfe9d 100644
|
| --- a/tools/dom/docs/lib/docs.dart
|
| +++ b/tools/dom/docs/lib/docs.dart
|
| @@ -50,7 +50,7 @@ const List<String> HTML_LIBRARY_NAMES = const ['dart:html',
|
| * ...
|
| * }
|
| *
|
| - * Completes to `true` if any errors were encountered, `false` otherwise.
|
| + * Completes to true if any errors were encountered, false otherwise.
|
| */
|
| Future<bool> convert(String libUri, String jsonPath) {
|
| var paths = <String>[];
|
|
|