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.
1 parent c25bee9 commit 98d402eCopy full SHA for 98d402e
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