Skip to content

Commit 98d402e

Browse files
committed
Fix typo in searchLimit call example
1 parent c25bee9 commit 98d402e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rate_limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ $coreLimit = $client->api('rate_limit')->getCoreLimit();
1919
#### Get Search Rate Limit
2020

2121
```php
22-
$searchLimit = $client->api('rate_limit)->getSearchLimit');
22+
$searchLimit = $client->api('rate_limit')->getSearchLimit();
2323
```

0 commit comments

Comments
 (0)