| Index: sdk/lib/core/function.dart
|
| diff --git a/sdk/lib/core/function.dart b/sdk/lib/core/function.dart
|
| index 2ef7f741c02711230c6e8ebd2fa85cfdc9c2e1bc..9514951d1dd5cb1de2a10d070b6262edc7cf2ba8 100644
|
| --- a/sdk/lib/core/function.dart
|
| +++ b/sdk/lib/core/function.dart
|
| @@ -5,7 +5,7 @@
|
| part of dart.core;
|
|
|
| /**
|
| - * Super-type of all function types.
|
| + * The base class for all function types.
|
| *
|
| * A function value, or an instance of a class with a "call" method, is a
|
| * subtype of a function type, and as such, a subtype of [Function].
|
|
|