We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75deb4d + 9fe874f commit c4daf0bCopy full SHA for c4daf0b
README.md
@@ -385,7 +385,7 @@ $result = SphinxQL::create($this->conn)
385
* `Helper::create($conn)->showMeta() => 'SHOW META'`
386
* `Helper::create($conn)->showWarnings() => 'SHOW WARNINGS'`
387
* `Helper::create($conn)->showStatus() => 'SHOW STATUS'`
388
-* `Helper::create($conn)->shotTables() => 'SHOW TABLES'`
+* `Helper::create($conn)->showTables() => 'SHOW TABLES'`
389
* `Helper::create($conn)->showVariables() => 'SHOW VARIABLES'`
390
* `Helper::create($conn)->setVariable($name, $value, $global = false)`
391
* `Helper::create($conn)->callSnippets($data, $index, $query, $options = array())`
0 commit comments