Trivial doc fix (malformed pod markup)
Nigel Metheringham [Tue, 29 Jun 2010 13:32:34 +0000 (13:32 +0000)]
lib/SQL/Abstract.pm

index 6411acc..265d5f0 100644 (file)
@@ -2098,7 +2098,7 @@ list can be expanded : see section L</"SPECIAL OPERATORS"> below.
 If you wish to test against boolean columns or functions within your
 database you can use the C<-bool> and C<-not_bool> operators. For
 example to test the column C<is_user> being true and the column
-<is_enabled> being false you would use:-
+C<is_enabled> being false you would use:-
 
     my %where  = (
         -bool       => 'is_user',