[Jifty-commit] r1633 - Jifty-DBI/trunk/lib/Jifty/DBI

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Jul 21 01:37:48 EDT 2006


Author: audreyt
Date: Fri Jul 21 01:37:47 2006
New Revision: 1633

Modified:
   Jifty-DBI/trunk/lib/Jifty/DBI/Schema.pm

Log:
* J::DBI::Schema - POD typo and style fix

Modified: Jifty-DBI/trunk/lib/Jifty/DBI/Schema.pm
==============================================================================
--- Jifty-DBI/trunk/lib/Jifty/DBI/Schema.pm	(original)
+++ Jifty-DBI/trunk/lib/Jifty/DBI/Schema.pm	Fri Jul 21 01:37:47 2006
@@ -20,7 +20,7 @@
 =head1 DESCRIPTION
 
 Each Jifty Application::Model::Class module describes a record class
-for for a Jifty application.  Each column statement sets out the name
+for a Jifty application.  Each C<column> statement sets out the name
 and attributes used to describe the column in a backend database, in
 user interfaces, and other contexts.  For example:
 
@@ -29,8 +29,8 @@
        label is 'Content',
        render_as 'textarea';
 
-defines a column called "content" that is of type "text".  It will be
-rendered with the label "Content" (note the capital) and as a "textarea" in
+defines a column called C<content> that is of type C<text>.  It will be
+rendered with the label C<Content> (note the capital) and as a C<textarea> in
 a HTML form.
 
 Jifty::DBI::Schema builds a L<Jifty::DBI::Column>.  That class defines


More information about the Jifty-commit mailing list