Skip to content

Commit fb29db1

Browse files
committed
Typo
1 parent 146899d commit fb29db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ JSONDB can send both direct and prepared queries.
107107

108108
#### Direct queries
109109
```php
110-
$rexults = $db->query($my_query_string);
110+
$results = $db->query($my_query_string);
111111

112112
//// Specially for select() queries
113113
// You can change the fecth mode

0 commit comments

Comments
 (0)