From ba9983d8c9af8f3b006fd8143f7df6eb72d79172 Mon Sep 17 00:00:00 2001 From: Greg Szczotka Date: Thu, 30 Apr 2015 16:15:48 +0200 Subject: [PATCH] fixes mistake in languages section --- doc/repos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/repos.md b/doc/repos.md index 5949dc05aaf..0da8b9bd61b 100644 --- a/doc/repos.md +++ b/doc/repos.md @@ -212,7 +212,7 @@ Returns list of the forks of the 'php-github-api' owned by 'ornicar', including ### Get the languages for a repository ```php -$contributors = $client->api('repo')->languages('ornicar', 'php-github-api'); +$languages = $client->api('repo')->languages('ornicar', 'php-github-api'); ``` Returns a list of languages.