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 dca808f + 98d402e commit b472cd0Copy full SHA for b472cd0
doc/rate_limits.md
@@ -19,5 +19,5 @@ $coreLimit = $client->api('rate_limit')->getCoreLimit();
19
#### Get Search Rate Limit
20
21
```php
22
-$searchLimit = $client->api('rate_limit)->getSearchLimit');
+$searchLimit = $client->api('rate_limit')->getSearchLimit();
23
```
0 commit comments