[Jifty-commit] r7469 - jifty/trunk/lib/Jifty/View/Declare

Jifty commits jifty-commit at lists.jifty.org
Wed Sep 2 07:57:17 EDT 2009


Author: sartak
Date: Wed Sep  2 07:57:16 2009
New Revision: 7469

Modified:
   jifty/trunk/lib/Jifty/View/Declare/Helpers.pm

Log:
Clarify the signature of render_param

Modified: jifty/trunk/lib/Jifty/View/Declare/Helpers.pm
==============================================================================
--- jifty/trunk/lib/Jifty/View/Declare/Helpers.pm	(original)
+++ jifty/trunk/lib/Jifty/View/Declare/Helpers.pm	Wed Sep  2 07:57:16 2009
@@ -247,9 +247,10 @@
     }
 }
 
-=head2 render_param $action @args
+=head2 render_param $action, $param, %args
 
-Takes an action and one or more arguments to pass to L<< Jifty::Action->form_field >>.
+Takes an action and one or more arguments to pass to
+L<< Jifty::Action->form_field >>.
 
 =cut
 


More information about the Jifty-commit mailing list