Skip to content

Commit

Permalink
Remove unwanted 'and'.
Browse files Browse the repository at this point in the history
  • Loading branch information
bantu committed Oct 26, 2011
1 parent 5fafad0 commit 4d67c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/reference/data-retrieval-and-manipulation.rst
Expand Up @@ -33,7 +33,7 @@ connection:
$sql = "SELECT * FROM articles";
$stmt = $conn->query($sql); // Simple, but has several drawbacks
The query method executes and the sql and returns a database statement object.
The query method executes the sql and returns a database statement object.
A database statement object can be iterated to retrieve all the rows that matched
the query until there are no more rows:

Expand Down

0 comments on commit 4d67c22

Please sign in to comment.