Skip to content

Commit 048231c

Browse files
committed
Merge pull request KnpLabs#266 from greg606/patch-1
fixes mistake in languages section
2 parents a03bae7 + ba9983d commit 048231c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/repos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Returns list of the forks of the 'php-github-api' owned by 'ornicar', including
212212
### Get the languages for a repository
213213

214214
```php
215-
$contributors = $client->api('repo')->languages('ornicar', 'php-github-api');
215+
$languages = $client->api('repo')->languages('ornicar', 'php-github-api');
216216
```
217217

218218
Returns a list of languages.

0 commit comments

Comments
 (0)