Comment clarify
Peter Rabbitson [Sun, 22 Mar 2009 21:12:21 +0000 (21:12 +0000)]
lib/SQL/Abstract/Test.pm

index 6528a0f..0500ffa 100644 (file)
@@ -49,7 +49,7 @@ my @expression_terminator_sql_keywords = (
   'EXCEPT',
 );
 
-# All of these keywords allow their parameters to be wrapped in parenthesis without changing any semantics
+# All of these keywords allow their parameters to be specified with or without parenthesis without changing the semantics
 my @unrollable_sql_keywords = (
   'ON',
   'WHERE',