| Index: sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart b/sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart
|
| index a00716e7d803da228ad85992f5cc8012cd0e0e0b..2910563d6cb68ec18d23bc0ca17ef9c9dd11a3aa 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart
|
| @@ -531,8 +531,8 @@ class Dart2JsLibraryMirror extends Dart2JsContainerMirror
|
| LibraryMirror library() => this;
|
|
|
| /**
|
| - * Returns the library name (for libraries with a #library tag) or the script
|
| - * file name (for scripts without a #library tag). The latter case is used to
|
| + * Returns the library name (for libraries with a library tag) or the script
|
| + * file name (for scripts without a library tag). The latter case is used to
|
| * provide a 'library name' for scripts, to use for instance in dartdoc.
|
| */
|
| String get simpleName {
|
|
|