Fix unresolved link in POD
Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/39a66857 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/39a66857 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/39a66857 Branch: refs/heads/master Commit: 39a6685700fd4db62ff7c873aea77f9d7d9d0a04 Parents: 5bb5244 Author: Nick Wellnhofer <[email protected]> Authored: Sat Dec 12 16:23:41 2015 +0100 Committer: Nick Wellnhofer <[email protected]> Committed: Sat Dec 12 16:42:29 2015 +0100 ---------------------------------------------------------------------- runtime/core/Clownfish/Class.cfh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/39a66857/runtime/core/Clownfish/Class.cfh ---------------------------------------------------------------------- diff --git a/runtime/core/Clownfish/Class.cfh b/runtime/core/Clownfish/Class.cfh index 704704d..f72d1a3 100644 --- a/runtime/core/Clownfish/Class.cfh +++ b/runtime/core/Clownfish/Class.cfh @@ -47,9 +47,8 @@ public final class Clownfish::Class inherits Clownfish::Obj { * the supplied class name, it will be returned. Otherwise, a new Class * will be created using [parent] as a base. * - * If [parent] is NULL, an attempt will be made to find it using - * [](.find_parent_class). If the attempt fails, an error will - * result. + * If [parent] is NULL, an attempt will be made to find it. If the + * attempt fails, an error will result. */ public inert Class* singleton(String *class_name, Class *parent);
