Fixed a typo and a POD error.
Norbert Buchmuller [Tue, 13 Oct 2009 16:26:11 +0000 (18:26 +0200)]
lib/DBIx/Class/ResultSet.pm

index 14882ff..e0e1686 100644 (file)
@@ -3569,8 +3569,8 @@ Adds to the WHERE clause.
   # only return rows WHERE deleted IS NULL for all searches
   __PACKAGE__->resultset_attributes({ where => { deleted => undef } }); )
 
-Can be overridden by passing C<{ where => undef }> as an attribute
-to a resulset.
+Can be overridden by passing C<< { where => undef } >> as an attribute
+to a resultset.
 
 =back