Skip to content

Commit 8305412

Browse files
authored
Merge pull request #550 from harrybailey/patch-1
Update readme.md exectution typo
2 parents 7f0803a + 2a90f5f commit 8305412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ else
750750
echo 'Update failed. Error: '. $db->getLastError();
751751
```
752752

753-
### Query exectution time benchmarking
753+
### Query execution time benchmarking
754754
To track query execution time setTrace() function should be called.
755755
```php
756756
$db->setTrace (true);

0 commit comments

Comments
 (0)