You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2009/12/12 02:51:51 UTC

svn commit: r889879 - /lucene/lucy/trunk/clownfish/lib/Clownfish/Function.pm

Author: marvin
Date: Sat Dec 12 01:51:51 2009
New Revision: 889879

URL: http://svn.apache.org/viewvc?rev=889879&view=rev
Log:
Correct a doc glitch in Clownfish::Function.

Modified:
    lucene/lucy/trunk/clownfish/lib/Clownfish/Function.pm

Modified: lucene/lucy/trunk/clownfish/lib/Clownfish/Function.pm
URL: http://svn.apache.org/viewvc/lucene/lucy/trunk/clownfish/lib/Clownfish/Function.pm?rev=889879&r1=889878&r2=889879&view=diff
==============================================================================
--- lucene/lucy/trunk/clownfish/lib/Clownfish/Function.pm (original)
+++ lucene/lucy/trunk/clownfish/lib/Clownfish/Function.pm Sat Dec 12 01:51:51 2009
@@ -65,7 +65,7 @@
 
     my $type = Clownfish::Function->new(
         class_name  => 'MyProject::FooFactory',    # required
-        class_cnick => 'FooFact',                  # required
+        class_cnick => 'FooFact',                  # default: special 
         return_type => $void_type                  # required
         param_list  => $param_list,                # required
         micro_sym   => 'count',                    # required