From: Alexandre Terrasa Date: Fri, 19 Dec 2014 18:44:20 +0000 (-0500) Subject: lib/github: fixes GithubAPI::get documentation X-Git-Tag: v0.7~8^2~2 X-Git-Url: http://nitlanguage.org lib/github: fixes GithubAPI::get documentation Signed-off-by: Alexandre Terrasa --- diff --git a/lib/github/api.nit b/lib/github/api.nit index 4ca46ad..ec124cc 100644 --- a/lib/github/api.nit +++ b/lib/github/api.nit @@ -86,7 +86,7 @@ class GithubAPI # Execute a GET request on Github API. # # This method returns raw json data. - # See other `get_*` methods to use more expressive types. + # See other `load_*` methods to use more expressive types. # # var api = new GithubAPI(get_github_oauth) # var obj = api.get("repos/privat/nit")