Skip to content

Commit b472cd0

Browse files
committed
Merge pull request #334 from splio-aleroux/patch-1
Fix typo in searchLimit call example
2 parents dca808f + 98d402e commit b472cd0

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)