lib/github: fixes GithubAPI::get documentation
authorAlexandre Terrasa <alexandre@moz-code.org>
Fri, 19 Dec 2014 18:44:20 +0000 (13:44 -0500)
committerAlexandre Terrasa <alexandre@moz-code.org>
Fri, 19 Dec 2014 18:49:44 +0000 (13:49 -0500)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

lib/github/api.nit

index 4ca46ad..ec124cc 100644 (file)
@@ -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")