X-Git-Url: http://nitlanguage.org diff --git a/contrib/nitrpg/src/game.nit b/contrib/nitrpg/src/game.nit index a8175a8..a109949 100644 --- a/contrib/nitrpg/src/game.nit +++ b/contrib/nitrpg/src/game.nit @@ -67,7 +67,7 @@ class Game # Returns the repo `full_name`. # - # Example: `"privat/nit"` + # Example: `"nitlang/nit"` redef fun key do return repo.full_name # We need a `GithubAPI` client to load Github data.