Skip to content

Commit 497292c

Browse files
j0k3racrobat
authored andcommitted
Fix typo (KnpLabs#779)
Missing closing comment
1 parent 4fd5876 commit 497292c

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
@@ -6,7 +6,7 @@ Get rate limit wrappers from [GitHub Rate Limit API](http://developer.github.com
66
#### Get All Rate Limits
77

88
```php
9-
/** @var \Github\Api\RateLimit\RateLimitResource[] $rateLimits
9+
/** @var \Github\Api\RateLimit\RateLimitResource[] $rateLimits */
1010
$rateLimits = $client->api('rate_limit')->getLimits();
1111
```
1212

0 commit comments

Comments
 (0)