| Index: frog/library.dart
|
| diff --git a/frog/library.dart b/frog/library.dart
|
| index 8dd89df66a402fef8ae21b031f9a01b9ac9bee63..fd1b4a2eac650421797f46c81d9e1ac7b7173675 100644
|
| --- a/frog/library.dart
|
| +++ b/frog/library.dart
|
| @@ -114,7 +114,7 @@ class Library {
|
| final type = new DefinedType(name, this, def, false);
|
| type.addMethod('\$call', func);
|
| type.members['\$call'].resolve(inType);
|
| - // Functions should implement Function. See "Function Types" in the spec.
|
| + // Function types implement the Function interface.
|
| type.interfaces = [world.functionType];
|
| return type;
|
| }
|
|
|