Skip to content

Commit 4455187

Browse files
committed
better wording
1 parent 12ffb3c commit 4455187

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/Data/ObjectDriver/SQL.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ Returns the SQL fully representing the SQL statement C<$sql>.
709709
710710
=head2 C<$sql-E<gt>as_subquery($alias)>
711711
712-
Returns a string representing the SQL statement for subquery. C<$alias> is optional.
712+
Returns a string representation of C<$sql> as a subquery. C<$alias> is optional.
713713
714714
=head2 C<$sql-E<gt>as_sql_having()>
715715
@@ -731,7 +731,7 @@ statement C<$sql>. Reasonable values of C<$set> are C<ORDER> and C<GROUP>.
731731
732732
=head2 C<$sql-E<gt>as_escape()>
733733
734-
Returns a string representing the C<ESCAPE> clause for use within C<LIKE> predicates.
734+
Returns a string representing the C<ESCAPE> clause for C<LIKE> predicates.
735735
736736
=head1 DIAGNOSTICS
737737

0 commit comments

Comments
 (0)