Chromium Code Reviews| 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. |
|
Jennifer Messerly
2011/11/05 00:45:11
feedback from a previous CR
|
| type.interfaces = [world.functionType]; |
| return type; |
| } |