[Jifty-commit] r2363 - in jifty/trunk: lib/Jifty/Web/Form

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Dec 10 20:55:06 EST 2006


Author: seanmil
Date: Sun Dec 10 20:55:05 2006
New Revision: 2363

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Web/Form/Clickable.pm

Log:
 r2808 at goauld:  sean | 2006-12-10 20:53:57 -0500
 * Minor POD typo fix


Modified: jifty/trunk/lib/Jifty/Web/Form/Clickable.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web/Form/Clickable.pm	(original)
+++ jifty/trunk/lib/Jifty/Web/Form/Clickable.pm	Sun Dec 10 20:55:05 2006
@@ -82,7 +82,7 @@
 =item submit
 
 A list of actions to run when the object is clicked.  This may be an
-array refrence of a single element; each element may either be a
+array refrence or a single element; each element may either be a
 moniker or a L<Jifty::Action>.  An undefined value submits B<all>
 actions in the form, an empty list reference (the default) submits
 none.
@@ -226,8 +226,8 @@
 =head2 submit
 
 A list of actions to run when the object is clicked.  This may be an
-array refrence of a single element; each element may either be a
-moniker of a L<Jifty::Action>.  An undefined value submits B<all>
+array refrence or a single element; each element may either be a
+moniker or a L<Jifty::Action>.  An undefined value submits B<all>
 actions in the form, an empty list reference (the default) submits
 none.
 


More information about the Jifty-commit mailing list