Merge: GitHub nitlang
[nit.git] / contrib / nitrpg / src / game.nit
index a8175a8..a109949 100644 (file)
@@ -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.