Skip to content

Commit 276afa1

Browse files
committed
Minor readme fixes.
1 parent a4476e6 commit 276afa1

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
@@ -216,7 +216,7 @@ $now = db_mysql_now();
216216
217217
#### `db_mysql_variable()`
218218
219-
Returns value of specified `mysql` variable, or `false` if variable doesn't exist:
219+
Returns value of specified `mysql` variable, or `false` if the variable doesn't exist:
220220
221221
```php
222222
$hostname = db_mysql_variable('hostname');

0 commit comments

Comments
 (0)