| Index: sdk/lib/_internal/compiler/implementation/elements/modelx.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/elements/modelx.dart b/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
|
| index 57b7c7b156d40ee207574f833364c79c86c8ade5..6c8bdd14cffd97bbe5adc11e92dac55f53b77da0 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
|
| @@ -795,8 +795,8 @@ class LibraryElementX extends ElementX implements LibraryElement {
|
| bool hasLibraryName() => libraryTag != null;
|
|
|
| /**
|
| - * Returns the library name (as defined by the #library tag) or for script
|
| - * (which have no #library tag) the script file name. The latter case is used
|
| + * Returns the library name (as defined by the library tag) or for script
|
| + * (which have no library tag) the script file name. The latter case is used
|
| * to private 'library name' for scripts to use for instance in dartdoc.
|
| */
|
| String getLibraryOrScriptName() {
|
|
|