Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

Commit 5cc02d3

Browse files
committed
Update docs
1 parent 329c7c3 commit 5cc02d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/selects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ $rows = $query->execute()->fetchAll();
107107
SELECT `id`,`username`,`first_name` AS `firstName` FROM `users`;
108108
```
109109

110-
Select columns by array:
110+
Select columns with an array:
111111

112112
```php
113113
$query = $connection->select()->from('test');

0 commit comments

Comments
 (0)