Doc typo fix
Nigel Metheringham [Mon, 18 May 2009 15:00:52 +0000 (15:00 +0000)]
lib/SQL/Abstract.pm

index 8e0364b..5cee594 100644 (file)
@@ -2318,7 +2318,7 @@ of the MATCH .. AGAINST syntax for MySQL
 
 =head1 UNARY OPERATORS
 
-  my $sqlmaker = SQL::Abstract->new(special_ops => [
+  my $sqlmaker = SQL::Abstract->new(unary_ops => [
      {
       regex => qr/.../,
       handler => sub {