$pedantry =~ s/columns/column/
Mintywalker [Sat, 12 Apr 2014 17:13:10 +0000 (18:13 +0100)]
lib/DBIx/Class/ResultSource.pm

index 3233e3a..8cc409d 100644 (file)
@@ -201,7 +201,7 @@ schema, see L<DBIx::Class::Schema/deploy>.
 
    { is_nullable => 1 }
 
-Set this to a true value for a columns that is allowed to contain NULL
+Set this to a true value for a column that is allowed to contain NULL
 values, default is false. This is currently only used to create tables
 from your schema, see L<DBIx::Class::Schema/deploy>.